summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2008-10-22 02:51:53 +0000
committerOscar Fuentes <ofv@wanadoo.es>2008-10-22 02:51:53 +0000
commitf3c03b02dc6497af17bedaaa225e91cd2ae598c2 (patch)
tree8bd1d8c97e0bf668dccd0713591673534eefaa96 /llvm/lib/ExecutionEngine
parentea2d4211e5a7a8823f19d9643a3d85ea76efee95 (diff)
downloadbcm5719-llvm-f3c03b02dc6497af17bedaaa225e91cd2ae598c2.tar.gz
bcm5719-llvm-f3c03b02dc6497af17bedaaa225e91cd2ae598c2.zip
CMake: Turned some libraries into partially linked objects. Corrected
names of LLVMCore and ARMCodeGen. llvm-svn: 57943
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/CMakeLists.txt b/llvm/lib/ExecutionEngine/CMakeLists.txt
index 0e118ccd904..e26b98fb9d4 100644
--- a/llvm/lib/ExecutionEngine/CMakeLists.txt
+++ b/llvm/lib/ExecutionEngine/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_llvm_library(LLVMExecutionEngine
+add_partially_linked_object(LLVMExecutionEngine
ExecutionEngine.cpp
ExecutionEngineBindings.cpp
)
OpenPOWER on IntegriCloud