1set(LLVM_LINK_COMPONENTS 2 Analysis 3 BitReader 4 BitWriter 5 IPO 6 SPIRVLib 7 Core 8 Support 9 TransformUtils 10 ) 11 12add_llvm_tool(llvm-spirv 13 llvm-spirv.cpp 14 ) 15