fix build problem pointed out by John Thompson!

llvm-svn: 73739
This commit is contained in:
Chris Lattner 2009-06-18 23:46:04 +00:00
parent b84764516d
commit 2cce7d5988
1 changed files with 1 additions and 1 deletions

View File

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