diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2008-11-04 03:28:37 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2008-11-04 03:28:37 +0000 |
commit | 6e1b1253e04f84124599117393d79e1f545c7313 (patch) | |
tree | 2ebd9895fd96ce73ed3eeb2eaea5b34e9deef09c /tools/llc/CMakeLists.txt | |
parent | b0c56992ceca735fd77181c114ee250df354a255 (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/llc/CMakeLists.txt')
-rw-r--r-- | tools/llc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/CMakeLists.txt b/tools/llc/CMakeLists.txt index 43f30be208..e98b5a2649 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 |