Index: lib/Transforms/NaCl/CMakeLists.txt |
diff --git a/lib/Transforms/NaCl/CMakeLists.txt b/lib/Transforms/NaCl/CMakeLists.txt |
index 014d322d55edb51bb73e8d740685349ec032bb83..f57558a1e747a90c0b4b13dcb8f9da6002f94c15 100644 |
--- a/lib/Transforms/NaCl/CMakeLists.txt |
+++ b/lib/Transforms/NaCl/CMakeLists.txt |
@@ -1,6 +1,7 @@ |
add_llvm_library(LLVMNaClTransforms |
AddPNaClExternalDecls.cpp |
CanonicalizeMemIntrinsics.cpp |
+ ExceptionInfoWriter.cpp |
ExpandArithWithOverflow.cpp |
ExpandByVal.cpp |
ExpandConstantExpr.cpp |
@@ -16,6 +17,7 @@ add_llvm_library(LLVMNaClTransforms |
GlobalCleanup.cpp |
InsertDivideCheck.cpp |
PNaClABISimplify.cpp |
+ PNaClSjLjEH.cpp |
PromoteI1Ops.cpp |
PromoteIntegers.cpp |
RemoveAsmMemory.cpp |