1add_llvm_component_library(LLVMWebAssemblyDesc 2 WebAssemblyAsmBackend.cpp 3 WebAssemblyInstPrinter.cpp 4 WebAssemblyMCAsmInfo.cpp 5 WebAssemblyMCCodeEmitter.cpp 6 WebAssemblyMCTargetDesc.cpp 7 WebAssemblyTargetStreamer.cpp 8 WebAssemblyWasmObjectWriter.cpp 9 10 LINK_COMPONENTS 11 MC 12 Support 13 WebAssemblyInfo 14 15 ADD_TO_COMPONENT 16 WebAssembly 17) 18