aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-09-02 22:45:31 +0000
committerDouglas Gregor <dgregor@apple.com>2009-09-02 22:45:31 +0000
commit05bb5261d8154ec0b1bd0672beaa22c475ecc763 (patch)
treeddbbadad6b031c57e31312049e1d421c18d8d269
parent8fc55764139f478087fc0a0d3c02da436e84bf43 (diff)
Unbreak my CMake build. Say you'll link again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80842 91177308-0d34-0410-b5e6-96231b3b80d8
-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 e98b5a2649..683f29862d 100644
--- a/tools/llc/CMakeLists.txt
+++ b/tools/llc/CMakeLists.txt
@@ -1,4 +1,4 @@
-set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader)
+set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmparser)
add_llvm_tool(llc
llc.cpp