[PATCH] D96659: [WebAssembly] Add new relocation for pc-rel data

Yuta Saito via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 14 02:40:51 PST 2021


kateinoigakukun updated this revision to Diff 323600.
kateinoigakukun added a comment.

Addressed clang-tidy warnings in lld


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96659

Files:
  lld/test/wasm/selfrel-reloc.ll
  lld/wasm/InputChunks.cpp
  lld/wasm/InputFiles.cpp
  lld/wasm/InputFiles.h
  llvm/include/llvm/BinaryFormat/WasmRelocs.def
  llvm/include/llvm/MC/MCWasmObjectWriter.h
  llvm/lib/BinaryFormat/Wasm.cpp
  llvm/lib/MC/WasmObjectWriter.cpp
  llvm/lib/Object/RelocationResolver.cpp
  llvm/lib/Object/WasmObjectFile.cpp
  llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
  llvm/test/MC/WebAssembly/bad-fixup-expr.s
  llvm/test/MC/WebAssembly/selfrel.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96659.323600.patch
Type: text/x-patch
Size: 20075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210214/08859408/attachment.bin>


More information about the llvm-commits mailing list