aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/CMakeLists.txt
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
commit9cc6f1df959dc2aa17ac70309503fcd3832b5cb9 (patch)
tree16b54f5cb55ecfccd90977ee74bc14812bc4cae7 /lib/VMCore/CMakeLists.txt
parent3299a9bd012c35a7af963d9a96e173b23e2f8877 (diff)
downloadexternal_llvm-9cc6f1df959dc2aa17ac70309503fcd3832b5cb9.zip
external_llvm-9cc6f1df959dc2aa17ac70309503fcd3832b5cb9.tar.gz
external_llvm-9cc6f1df959dc2aa17ac70309503fcd3832b5cb9.tar.bz2
CMake: Turned some libraries into partially linked objects. Corrected
names of LLVMCore and ARMCodeGen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57943 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/CMakeLists.txt')
-rw-r--r--lib/VMCore/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/CMakeLists.txt b/lib/VMCore/CMakeLists.txt
index f3c6c40..beaec00 100644
--- a/lib/VMCore/CMakeLists.txt
+++ b/lib/VMCore/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_llvm_library(LLVMVMCore
+add_llvm_library(LLVMCore
AsmWriter.cpp
Attributes.cpp
AutoUpgrade.cpp