1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

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

llvm-svn: 81574
This commit is contained in:
Douglas Gregor 2009-09-11 21:26:24 +00:00
parent 149ac38d37
commit adef81e26c

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