[PATCH] D106096: [WebAssembly] Support R_WASM_MEMORY_ADDR_TLS_SLEB64 for wasm64

Wouter van Oortmerssen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 15 13:53:00 PDT 2021


aardappel updated this revision to Diff 359121.
aardappel added a comment.

Fix type error; Fix original test had addr & value swapped for i32.store (discovered by the asm type checker in the 64-bit version :)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106096/new/

https://reviews.llvm.org/D106096

Files:
  lld/wasm/InputChunks.cpp
  lld/wasm/InputFiles.cpp
  lld/wasm/Relocations.cpp
  llvm/include/llvm/BinaryFormat/WasmRelocs.def
  llvm/lib/BinaryFormat/Wasm.cpp
  llvm/lib/MC/WasmObjectWriter.cpp
  llvm/lib/Object/WasmObjectFile.cpp
  llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
  llvm/test/MC/WebAssembly/tls.s
  llvm/test/MC/WebAssembly/tls64.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106096.359121.patch
Type: text/x-patch
Size: 8926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210715/4627816e/attachment.bin>


More information about the llvm-commits mailing list