[PATCH] D20793: [ELF] - Implemented support for test/binop relaxations from latest ABI.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 08:38:14 PDT 2016


grimar updated this revision to Diff 59076.
grimar added a comment.

- Do not relax 32bit no-PIC case (as it unknown what can use such instructions, llvm-mc does not generate relaxable relocations types for them).
- Updated test to use llvm-mc instead of precompiled binary.
- Minor redesign and comments adjustment.


http://reviews.llvm.org/D20793

Files:
  ELF/InputSection.cpp
  ELF/Relocations.cpp
  ELF/Relocations.h
  ELF/Target.cpp
  ELF/Target.h
  test/ELF/gotpc-relax-nopic.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20793.59076.patch
Type: text/x-patch
Size: 13723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160531/a54380fa/attachment.bin>


More information about the llvm-commits mailing list