X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllc%2FCMakeLists.txt;h=e5a5550e9ea6bd60fc5052c202e29bc5f2ce27ff;hb=566fb9fe3ed767be7218fb1608ec6a284067d3b0;hp=43f30be208bb2c6398cdc5ebf28131a0b29b005e;hpb=3d01fc7de86c75926e4e5ac7cc49f0116018893d;p=oota-llvm.git diff --git a/tools/llc/CMakeLists.txt b/tools/llc/CMakeLists.txt index 43f30be208b..e5a5550e9ea 100644 --- a/tools/llc/CMakeLists.txt +++ b/tools/llc/CMakeLists.txt @@ -1,4 +1,4 @@ -set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmprinter) +set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmparser irreader) add_llvm_tool(llc llc.cpp