[PATCH] D57611: [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_. NFC

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 4 09:28:43 PST 2019


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL353062: [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_ (authored by sbc, committed by ).

Repository:
  rL LLVM

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

https://reviews.llvm.org/D57611

Files:
  llvm/trunk/include/llvm/BinaryFormat/WasmRelocs.def
  llvm/trunk/include/llvm/Object/RelocVisitor.h
  llvm/trunk/lib/MC/WasmObjectWriter.cpp
  llvm/trunk/lib/Object/WasmObjectFile.cpp
  llvm/trunk/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
  llvm/trunk/test/MC/WebAssembly/assembler-binary.ll
  llvm/trunk/test/MC/WebAssembly/comdat.ll
  llvm/trunk/test/MC/WebAssembly/debug-info.ll
  llvm/trunk/test/MC/WebAssembly/event-section.ll
  llvm/trunk/test/MC/WebAssembly/external-data.ll
  llvm/trunk/test/MC/WebAssembly/external-func-address.ll
  llvm/trunk/test/MC/WebAssembly/func-address.ll
  llvm/trunk/test/MC/WebAssembly/global-ctor-dtor.ll
  llvm/trunk/test/MC/WebAssembly/reloc-code.ll
  llvm/trunk/test/MC/WebAssembly/reloc-data.ll
  llvm/trunk/test/MC/WebAssembly/stack-ptr.ll
  llvm/trunk/test/MC/WebAssembly/unnamed-data.ll
  llvm/trunk/test/MC/WebAssembly/weak-alias.ll
  llvm/trunk/test/Object/objdump-relocations.test
  llvm/trunk/test/ObjectYAML/wasm/code_section.yaml
  llvm/trunk/test/ObjectYAML/wasm/data_section.yaml
  llvm/trunk/test/ObjectYAML/wasm/event_section.yaml
  llvm/trunk/test/tools/llvm-objdump/WebAssembly/relocations.test
  llvm/trunk/test/tools/llvm-readobj/relocations.test
  llvm/trunk/tools/llvm-objdump/WasmDump.cpp
  llvm/trunk/tools/llvm-readobj/WasmDumper.cpp
  llvm/trunk/tools/yaml2obj/yaml2wasm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57611.185075.patch
Type: text/x-patch
Size: 40159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190204/9ea0ee97/attachment.bin>


More information about the llvm-commits mailing list