21 lines · plain
1add_llvm_component_library(LLVMWebAssemblyDesc2 WebAssemblyAsmBackend.cpp3 WebAssemblyInstPrinter.cpp4 WebAssemblyMCAsmInfo.cpp5 WebAssemblyMCCodeEmitter.cpp6 WebAssemblyMCTargetDesc.cpp7 WebAssemblyMCTypeUtilities.cpp8 WebAssemblyTargetStreamer.cpp9 WebAssemblyWasmObjectWriter.cpp10 11 LINK_COMPONENTS12 CodeGenTypes13 MC14 Support15 TargetParser16 WebAssemblyInfo17 18 ADD_TO_COMPONENT19 WebAssembly20 )21