1 set(LLVM_LINK_COMPONENTS 2 BitWriter 3 Core 4 IPO 5 IRReader 6 Support 7 ) 8 9 add_llvm_tool(llvm-extract 10 llvm-extract.cpp 11 ) 12