1 set(LLVM_LINK_COMPONENTS 2 BitReader 3 Support 4 ) 5 6 add_llvm_tool(llvm-bcanalyzer 7 llvm-bcanalyzer.cpp 8 9 DEPENDS 10 intrinsics_gen 11 ) 12