diff options
author | Dylan Noblesmith <nobled@dreamwidth.org> | 2011-05-06 22:05:43 +0000 |
---|---|---|
committer | Dylan Noblesmith <nobled@dreamwidth.org> | 2011-05-06 22:05:43 +0000 |
commit | fed7f0b3a0bda0f649be3c8ce16565f3ca063274 (patch) | |
tree | b6f55fa22f92375d90509a1bbc0c8148d3b08201 /llvm/lib/ExecutionEngine/CMakeLists.txt | |
parent | a5c889982a5d1f5695298162474de4d1e1888065 (diff) | |
download | bcm5719-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.txt | 1 |
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) |