Add a Windows EH preparation pass that zaps resumes
[oota-llvm.git] / lib / CodeGen / CMakeLists.txt
index 8df2042d68bdc652332cecb1e38b5fc5e1e5aab5..417da69f543b2b8bb07c7f70072ce8207b97bca5 100644 (file)
@@ -118,6 +118,7 @@ add_llvm_library(LLVMCodeGen
   TwoAddressInstructionPass.cpp
   UnreachableBlockElim.cpp
   VirtRegMap.cpp
+  WinEHPrepare.cpp
   )
 
 add_dependencies(LLVMCodeGen intrinsics_gen)