diff options
author | Ed Schouten <ed@FreeBSD.org> | 2009-06-23 19:31:59 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2009-06-23 19:31:59 +0000 |
commit | f76359690a7035ad21498f2ba6be6991d3b2032d (patch) | |
tree | 2db4127ea6c69f2548de6981658579fddd794448 /lib/ExecutionEngine/Interpreter/CMakeLists.txt | |
parent | 0408e1d309a743aca4ed4592cf2c712a71537901 (diff) |
Diffstat (limited to 'lib/ExecutionEngine/Interpreter/CMakeLists.txt')
-rw-r--r-- | lib/ExecutionEngine/Interpreter/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/Interpreter/CMakeLists.txt b/lib/ExecutionEngine/Interpreter/CMakeLists.txt index 626e804e78e6..dff97fa26e8f 100644 --- a/lib/ExecutionEngine/Interpreter/CMakeLists.txt +++ b/lib/ExecutionEngine/Interpreter/CMakeLists.txt @@ -1,4 +1,4 @@ -add_partially_linked_object(LLVMInterpreter +add_llvm_library(LLVMInterpreter Execution.cpp ExternalFunctions.cpp Interpreter.cpp |