1set(LLVM_LINK_COMPONENTS 2 Core 3 Support 4 Analysis 5 IRReader) 6 7add_llvm_tool(llvm-sim 8 llvm-sim.cpp 9) 10