Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Unified Diff: lib/Transforms/NaCl/CMakeLists.txt

Issue 17777004: Concurrency support for PNaCl ABI (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Fix bad merge. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/IR/NaClAtomicIntrinsics.cpp ('k') | lib/Transforms/NaCl/PNaClABISimplify.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Transforms/NaCl/CMakeLists.txt
diff --git a/lib/Transforms/NaCl/CMakeLists.txt b/lib/Transforms/NaCl/CMakeLists.txt
index 9cf164926bd79efda9e83aa141f4dfeeab463047..e91d79f18423c0b1e3997295f79f915df4def70a 100644
--- a/lib/Transforms/NaCl/CMakeLists.txt
+++ b/lib/Transforms/NaCl/CMakeLists.txt
@@ -12,15 +12,16 @@ add_llvm_library(LLVMNaClTransforms
ExpandTlsConstantExpr.cpp
ExpandUtils.cpp
ExpandVarArgs.cpp
- InsertDivideCheck.cpp
FlattenGlobals.cpp
GlobalCleanup.cpp
+ InsertDivideCheck.cpp
PNaClABISimplify.cpp
PromoteI1Ops.cpp
PromoteIntegers.cpp
ReplacePtrsWithInts.cpp
- RewriteLLVMIntrinsics.cpp
ResolvePNaClIntrinsics.cpp
+ RewriteAtomics.cpp
+ RewriteLLVMIntrinsics.cpp
RewritePNaClLibraryCalls.cpp
StripAttributes.cpp
StripMetadata.cpp
« no previous file with comments | « lib/IR/NaClAtomicIntrinsics.cpp ('k') | lib/Transforms/NaCl/PNaClABISimplify.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698