[PATCH] D83729: [WebAssembly] 64-bit (function) pointer fixes.
Wouter van Oortmerssen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 16:35:34 PDT 2020
aardappel created this revision.
aardappel added reviewers: dschuff, sbc100, tlively, aheejin.
Herald added subscribers: llvm-commits, sunfish, hiraditya, jgravelle-google.
Herald added a project: LLVM.
Accounting for the fact that Wasm function indices are 32-bit, but in wasm64 we want uniform 64-bit pointers.
Includes reloc types for 64-bit table indices.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D83729
Files:
lld/wasm/InputChunks.cpp
lld/wasm/InputFiles.cpp
lld/wasm/MarkLive.cpp
lld/wasm/Relocations.cpp
llvm/include/llvm/BinaryFormat/WasmRelocs.def
llvm/lib/MC/WasmObjectWriter.cpp
llvm/lib/Object/RelocationResolver.cpp
llvm/lib/Object/WasmObjectFile.cpp
llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
llvm/test/CodeGen/WebAssembly/pointer64.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83729.277608.patch
Type: text/x-patch
Size: 15069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200713/7ee9c58f/attachment.bin>
More information about the llvm-commits
mailing list