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