[all-commits] [llvm/llvm-project] b4f4e3: [WebAssebmly][MC] Support .import_name/.import_fie...

Sam Clegg via All-commits all-commits at lists.llvm.org
Fri Dec 6 15:10:06 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b4f4e370b59a753a51f11848f54e9705f43cccaf
      https://github.com/llvm/llvm-project/commit/b4f4e370b59a753a51f11848f54e9705f43cccaf
  Author: Sam Clegg <sbc at chromium.org>
  Date:   2019-12-06 (Fri, 06 Dec 2019)

  Changed paths:
    M clang/include/clang/Basic/AttrDocs.td
    A lld/test/wasm/import-name.ll
    R lld/test/wasm/import-names.ll
    M llvm/include/llvm/MC/MCSymbolWasm.h
    M llvm/lib/MC/WasmObjectWriter.cpp
    M llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
    R llvm/test/MC/WebAssembly/import-module.ll
    A llvm/test/MC/WebAssembly/import-module.s

  Log Message:
  -----------
  [WebAssebmly][MC] Support .import_name/.import_field asm directives

Convert the MC test to use asm rather than bitcode.

This is a precursor to https://reviews.llvm.org/D70520.

Differential Revision: https://reviews.llvm.org/D70877




More information about the All-commits mailing list