Home | History | Annotate | Download | only in MCTargetDesc
      1 add_llvm_library(LLVMWebAssemblyDesc
      2   WebAssemblyAsmBackend.cpp
      3   WebAssemblyELFObjectWriter.cpp
      4   WebAssemblyMCAsmInfo.cpp
      5   WebAssemblyMCCodeEmitter.cpp
      6   WebAssemblyMCTargetDesc.cpp
      7 )
      8