[PATCH] D84360: [LLD][PowerPC] Implement GOT to PC-Rel relaxation

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 16:26:11 PDT 2020


nemanjai updated this revision to Diff 282079.
nemanjai added a comment.
Herald added a project: Sanitizers.
Herald added a subscriber: Sanitizers.

Fix up usage of `unsigned long` literal suffixes.
Add new rel-expr.
Fix up minor nits.
Shorten the test cases.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84360

Files:
  compiler-rt/lib/sanitizer_common/scripts/litlint.py
  lld/ELF/Arch/PPC64.cpp
  lld/ELF/InputSection.cpp
  lld/ELF/Relocations.h
  lld/test/ELF/Inputs/ppc64-got-to-pcrel-relaxation-def.s
  lld/test/ELF/ppc64-got-to-pcrel-relaxation.s
  llvm/include/llvm/Target/PPCLegacyToPCRelMap.def
  llvm/lib/Target/PowerPC/PPCPreEmitPeephole.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84360.282079.patch
Type: text/x-patch
Size: 61690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200730/9736a307/attachment-0001.bin>


More information about the llvm-commits mailing list