Skip to content

Commit

Permalink
CMakeLists: removed asmprinter component from
Browse files Browse the repository at this point in the history
tools/llc/CMakeLists.txt.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58678 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Oscar Fuentes committed Nov 4, 2008
1 parent b0c5699 commit 6e1b125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/llc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6e1b125

Please sign in to comment.