fix build problem pointed out by John Thompson!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73739 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-06-18 23:46:04 +00:00
parent a93ca92379
commit f4a481505e

View File

@ -1,5 +1,5 @@
set(LLVM_LINK_COMPONENTS support)
add_llvm_tool(llvm-dis
add_llvm_tool(llvm-mc
llvm-mc.cpp
)