De-bork CMake build. llvm-extract depends on asmparser

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81574 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Douglas Gregor 2009-09-11 21:26:24 +00:00
parent ec080467f5
commit dc91e54013

View File

@ -1,4 +1,4 @@
set(LLVM_LINK_COMPONENTS ipo bitreader bitwriter)
set(LLVM_LINK_COMPONENTS asmparser ipo bitreader bitwriter)
add_llvm_tool(llvm-extract
llvm-extract.cpp