diff options
| author | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-22 02:51:53 +0000 |
|---|---|---|
| committer | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-22 02:51:53 +0000 |
| commit | f3c03b02dc6497af17bedaaa225e91cd2ae598c2 (patch) | |
| tree | 8bd1d8c97e0bf668dccd0713591673534eefaa96 /llvm/lib/ExecutionEngine | |
| parent | ea2d4211e5a7a8823f19d9643a3d85ea76efee95 (diff) | |
| download | bcm5719-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.txt | 2 |
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 ) |

