[all-commits] [llvm/llvm-project] 79aad8: [WebAssembly] Add support for externalref to MC an...
Sam Clegg via All-commits
all-commits at lists.llvm.org
Mon Jun 22 16:04:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 79aad89d8d29029b4e937137e6b8619ee8a4b691
https://github.com/llvm/llvm-project/commit/79aad89d8d29029b4e937137e6b8619ee8a4b691
Author: Sam Clegg <sbc at chromium.org>
Date: 2020-06-22 (Mon, 22 Jun 2020)
Changed paths:
A lld/test/wasm/externref.s
M lld/wasm/WriterUtils.cpp
M llvm/include/llvm/BinaryFormat/Wasm.h
M llvm/lib/MC/WasmObjectWriter.cpp
M llvm/lib/Object/WasmObjectFile.cpp
M llvm/lib/ObjectYAML/WasmYAML.cpp
M llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
A llvm/test/MC/WebAssembly/externref.s
Log Message:
-----------
[WebAssembly] Add support for externalref to MC and wasm-ld
This allows code for handling externref values to be processed by the
assembler and linker.
Differential Revision: https://reviews.llvm.org/D81977
More information about the All-commits
mailing list