[LIR] Move all the helpers to be private and re-order the methods in
[oota-llvm.git] / lib / ExecutionEngine / Orc / CMakeLists.txt
index b0a8445c84dc48ab1c39971d40f56bcc0b7bef17..99fe22c001da0e7cd03fc380a20aff0b08442831 100644 (file)
@@ -1,9 +1,13 @@
 add_llvm_library(LLVMOrcJIT
-  CloneSubModule.cpp
+  ExecutionUtils.cpp
   IndirectionUtils.cpp
+  NullResolver.cpp
   OrcMCJITReplacement.cpp
   OrcTargetSupport.cpp
 
   ADDITIONAL_HEADER_DIRS
   ${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc
+
+  DEPENDS
+  intrinsics_gen
   )