Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Fix type error; Fix original test had addr & value swapped for i32.store (discovered by the asm type checker in the 64-bit version :)
Paths
| Differential D106096
[WebAssembly] Support R_WASM_MEMORY_ADDR_TLS_SLEB64 for wasm64 ClosedPublic Authored by aardappel on Jul 15 2021, 1:37 PM.
Details
Diff Detail
Unit TestsFailed Event TimelineHerald added subscribers: ecnelises, sunfish, hiraditya, jgravelle-google. · View Herald TranscriptJul 15 2021, 1:37 PM Comment Actions Fix type error; Fix original test had addr & value swapped for i32.store (discovered by the asm type checker in the 64-bit version :) This revision is now accepted and ready to land.Jul 15 2021, 2:03 PM This revision was landed with ongoing or failed builds.Jul 19 2021, 10:23 AM Closed by commit rG670944fb20b2: [WebAssembly] Support R_WASM_MEMORY_ADDR_TLS_SLEB64 for wasm64 (authored by aardappel). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 359121 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
|