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

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 whitespace. Created 7 years, 6 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
Index: lib/Transforms/NaCl/CMakeLists.txt
diff --git a/lib/Transforms/NaCl/CMakeLists.txt b/lib/Transforms/NaCl/CMakeLists.txt
index 02c5ac521d9c4b8bf4a8075121d5ca38298e9b10..0e4ddde68078605bf6439ea76b7ba3f57ab08268 100644
--- a/lib/Transforms/NaCl/CMakeLists.txt
+++ b/lib/Transforms/NaCl/CMakeLists.txt
@@ -11,9 +11,10 @@ add_llvm_library(LLVMNaClTransforms
ExpandTlsConstantExpr.cpp
ExpandUtils.cpp
ExpandVarArgs.cpp
- InsertDivideCheck.cpp
FlattenGlobals.cpp
+ FreezeAtomics.cpp
GlobalCleanup.cpp
+ InsertDivideCheck.cpp
PNaClABISimplify.cpp
PromoteIntegers.cpp
ReplacePtrsWithInts.cpp

Powered by Google App Engine
This is Rietveld 408576698