| Index: lib/Transforms/NaCl/CMakeLists.txt
|
| diff --git a/lib/Transforms/NaCl/CMakeLists.txt b/lib/Transforms/NaCl/CMakeLists.txt
|
| index 14225d79b8ce034568af58afcba342b7641af00e..0e604dfc8a7c7b1e47e9479792b375e61be6c0cf 100644
|
| --- a/lib/Transforms/NaCl/CMakeLists.txt
|
| +++ b/lib/Transforms/NaCl/CMakeLists.txt
|
| @@ -2,11 +2,11 @@ set(LLVM_LINK_COMPONENTS ipo)
|
|
|
| add_llvm_library(LLVMNaClTransforms
|
| AddPNaClExternalDecls.cpp
|
| + ExpandArithWithOverflow.cpp
|
| ExpandByVal.cpp
|
| ExpandConstantExpr.cpp
|
| ExpandCtors.cpp
|
| ExpandGetElementPtr.cpp
|
| - ExpandMulWithOverflow.cpp
|
| ExpandTls.cpp
|
| ExpandTlsConstantExpr.cpp
|
| ExpandUtils.cpp
|
|
|