Convert the MC test to use asm rather than bitcode.
This is a precursor to https://reviews.llvm.org/D70520.
Paths
| Differential D70877
[WebAssebmly][MC] Support .import_name/.import_field asm directives ClosedPublic Authored by sbc100 on Dec 1 2019, 10:55 AM.
Details Summary Convert the MC test to use asm rather than bitcode. This is a precursor to https://reviews.llvm.org/D70520.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 1 2019, 10:55 AM
This revision is now accepted and ready to land.Dec 6 2019, 2:56 PM Closed by commit rGb4f4e370b59a: [WebAssebmly][MC] Support .import_name/.import_field asm directives (authored by sbc100). · Explain WhyDec 6 2019, 3:12 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 232660 clang/include/clang/Basic/AttrDocs.td
lld/test/wasm/import-name.ll
llvm/include/llvm/MC/MCSymbolWasm.h
llvm/lib/MC/WasmObjectWriter.cpp
llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
llvm/test/MC/WebAssembly/import-module.ll
llvm/test/MC/WebAssembly/import-module.s
|
What should happen if there's a directive that refers to a symbol that doesn't exist in the asm file?