summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/CMakeLists.txt
diff options
context:
space:
mode:
authorDylan Noblesmith <nobled@dreamwidth.org>2011-05-06 22:05:43 +0000
committerDylan Noblesmith <nobled@dreamwidth.org>2011-05-06 22:05:43 +0000
commitfed7f0b3a0bda0f649be3c8ce16565f3ca063274 (patch)
treeb6f55fa22f92375d90509a1bbc0c8148d3b08201 /llvm/lib/ExecutionEngine/CMakeLists.txt
parenta5c889982a5d1f5695298162474de4d1e1888065 (diff)
downloadbcm5719-llvm-fed7f0b3a0bda0f649be3c8ce16565f3ca063274.tar.gz
bcm5719-llvm-fed7f0b3a0bda0f649be3c8ce16565f3ca063274.zip
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication
This prepares for making JITCtor/MCJITCtor take a TargetMachine* directly from clients like EngineBuilder. llvm-svn: 131025
Diffstat (limited to 'llvm/lib/ExecutionEngine/CMakeLists.txt')
-rw-r--r--llvm/lib/ExecutionEngine/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/ExecutionEngine/CMakeLists.txt b/llvm/lib/ExecutionEngine/CMakeLists.txt
index 8bff2654d6c..58caae830f4 100644
--- a/llvm/lib/ExecutionEngine/CMakeLists.txt
+++ b/llvm/lib/ExecutionEngine/CMakeLists.txt
@@ -1,6 +1,7 @@
add_llvm_library(LLVMExecutionEngine
ExecutionEngine.cpp
ExecutionEngineBindings.cpp
+ TargetSelect.cpp
)
add_subdirectory(Interpreter)
OpenPOWER on IntegriCloud