summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2008-11-04 03:28:37 +0000
committerOscar Fuentes <ofv@wanadoo.es>2008-11-04 03:28:37 +0000
commit6e1b1253e04f84124599117393d79e1f545c7313 (patch)
tree2ebd9895fd96ce73ed3eeb2eaea5b34e9deef09c /tools
parentb0c56992ceca735fd77181c114ee250df354a255 (diff)
CMakeLists: removed asmprinter component from
tools/llc/CMakeLists.txt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58678 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/CMakeLists.txt b/tools/llc/CMakeLists.txt
index 43f30be208b..e98b5a2649e 100644
--- a/tools/llc/CMakeLists.txt
+++ b/tools/llc/CMakeLists.txt
@@ -1,4 +1,4 @@
-set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmprinter)
+set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader)
add_llvm_tool(llc
llc.cpp