[LIR] Move all the helpers to be private and re-order the methods in
[oota-llvm.git] / lib / ExecutionEngine / Orc / CMakeLists.txt
index 3fadb931200f658a82f2a66e93c5b5f0894efd16..99fe22c001da0e7cd03fc380a20aff0b08442831 100644 (file)
@@ -1,6 +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
   )