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 |