[PATCH] D18190: [ELF] - Error out when R_X86_64_PC32/R_X86_64_32 are used against preemptible symbol when linking shared object.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 09:54:21 PDT 2016


grimar updated this revision to Diff 51799.
grimar added a comment.
Herald added a subscriber: joker.eph.

Had to update this because new tests were failing:

- Updated new /ELF/lto/linkonce-odr.ll and /ELF/lto/linkonce.ll tests to pass after this path changes.

Also included the next change:

- Changed text to "R_X86_64_32 cannot be a dynamic relocation"

Could this changes be reviewed again please ?


http://reviews.llvm.org/D18190

Files:
  ELF/Target.cpp
  test/ELF/Inputs/allow-shlib-undefined.s
  test/ELF/Inputs/llvm33-rela-outside-group.o
  test/ELF/allow-shlib-undefined.s
  test/ELF/llvm33-rela-outside-group.s
  test/ELF/lto/linkonce-odr.ll
  test/ELF/lto/linkonce.ll
  test/ELF/no-undefined.s
  test/ELF/x86-64-reloc-32-fpic.s
  test/ELF/x86-64-reloc-pc32-fpic.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18190.51799.patch
Type: text/x-patch
Size: 6178 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160328/058092c5/attachment.bin>


More information about the llvm-commits mailing list