This allows code for handling externref values to be processed by the
assembler and linker.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D81977
[WebAssembly] Add support for externref to MC and wasm-ld ClosedPublic Authored by sbc100 on Jun 16 2020, 3:51 PM.
Details Summary This allows code for handling externref values to be processed by the
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jun 22 2020, 3:35 PM Closed by commit rG79aad89d8d29: [WebAssembly] Add support for externalref to MC and wasm-ld (authored by sbc100). · Explain WhyJun 22 2020, 4:08 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 271235 lld/test/wasm/externref.s
lld/wasm/WriterUtils.cpp
llvm/include/llvm/BinaryFormat/Wasm.h
llvm/lib/MC/WasmObjectWriter.cpp
llvm/lib/Object/WasmObjectFile.cpp
llvm/lib/ObjectYAML/WasmYAML.cpp
llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
llvm/test/MC/WebAssembly/externref.s
|
are there any tests for ref.null?