Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I guess the lld code here is an even better answer to my question on the tool-conventions review: the linker behavior is exactly the same.
Paths
| Differential D59907
[WebAssembly] Add new explicit relocation types for PIC relocations ClosedPublic Authored by sbc100 on Mar 27 2019, 3:15 PM.
Details Summary
Diff Detail
Event TimelineComment Actions I guess the lld code here is an even better answer to my question on the tool-conventions review: the linker behavior is exactly the same. This revision is now accepted and ready to land.Apr 4 2019, 9:41 AM Closed by commit rL357710: [WebAssembly] Add new explicit relocation types for PIC relocations (authored by sbc). · Explain WhyApr 4 2019, 10:42 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 193745 lld/trunk/wasm/InputChunks.cpp
lld/trunk/wasm/InputFiles.cpp
llvm/trunk/include/llvm/BinaryFormat/WasmRelocs.def
llvm/trunk/include/llvm/MC/MCExpr.h
llvm/trunk/lib/MC/MCExpr.cpp
llvm/trunk/lib/MC/WasmObjectWriter.cpp
llvm/trunk/lib/Object/WasmObjectFile.cpp
llvm/trunk/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
llvm/trunk/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
llvm/trunk/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
llvm/trunk/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
llvm/trunk/test/CodeGen/WebAssembly/call-pic.ll
llvm/trunk/test/CodeGen/WebAssembly/load-store-pic.ll
llvm/trunk/test/MC/WebAssembly/reloc-pic.s
|