1 set(LLVM_LINK_COMPONENTS bitreader analysis) 2 set(LLVM_REQUIRES_EH 1) 3 4 add_llvm_tool(llvm-dis 5 llvm-dis.cpp 6 ) 7