X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-extract%2FCMakeLists.txt;h=a4e3266e3532818c46e536283c82fec178fd220c;hb=b21d9aebba7e45ddcbce61dd501000049cefb335;hp=88e9343ffae0c228d2aaa16c6f1ecc5a06400b12;hpb=3d01fc7de86c75926e4e5ac7cc49f0116018893d;p=oota-llvm.git diff --git a/tools/llvm-extract/CMakeLists.txt b/tools/llvm-extract/CMakeLists.txt index 88e9343ffae..a4e3266e353 100644 --- a/tools/llvm-extract/CMakeLists.txt +++ b/tools/llvm-extract/CMakeLists.txt @@ -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