blob: 2e39e473fb8f9d58def41e4c49e2d7282c82af3e (
plain)
1
2
3
4
5
6
7
8
9
|
add_llvm_component_library(LLVMWebAssemblyDesc
WebAssemblyAsmBackend.cpp
WebAssemblyInstPrinter.cpp
WebAssemblyMCAsmInfo.cpp
WebAssemblyMCCodeEmitter.cpp
WebAssemblyMCTargetDesc.cpp
WebAssemblyTargetStreamer.cpp
WebAssemblyWasmObjectWriter.cpp
)
|