| Index: lib/Transforms/NaCl/CMakeLists.txt
|
| diff --git a/lib/Transforms/NaCl/CMakeLists.txt b/lib/Transforms/NaCl/CMakeLists.txt
|
| index 02c5ac521d9c4b8bf4a8075121d5ca38298e9b10..21ca435b8619b8a0f58ed493e12fe93cae93e7bc 100644
|
| --- a/lib/Transforms/NaCl/CMakeLists.txt
|
| +++ b/lib/Transforms/NaCl/CMakeLists.txt
|
| @@ -11,14 +11,15 @@ add_llvm_library(LLVMNaClTransforms
|
| ExpandTlsConstantExpr.cpp
|
| ExpandUtils.cpp
|
| ExpandVarArgs.cpp
|
| - InsertDivideCheck.cpp
|
| FlattenGlobals.cpp
|
| GlobalCleanup.cpp
|
| + InsertDivideCheck.cpp
|
| PNaClABISimplify.cpp
|
| PromoteIntegers.cpp
|
| ReplacePtrsWithInts.cpp
|
| - RewriteLLVMIntrinsics.cpp
|
| ResolvePNaClIntrinsics.cpp
|
| + RewriteAtomics.cpp
|
| + RewriteLLVMIntrinsics.cpp
|
| RewritePNaClLibraryCalls.cpp
|
| StripAttributes.cpp
|
| StripMetadata.cpp
|
|
|