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