[PATCH] D52430: =Issue a warning when IFUNC symbols are used and text relocations are allowed. This is because it produces a binary that seg faults when the object file is linked with glibc. The warning is contingent on a command line flag (default is false)...

Ali Tamur via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 24 12:02:14 PDT 2018


tamur created this revision.
tamur added a reviewer: ruiu.
Herald added subscribers: llvm-commits, arichardson, emaste.
Herald added a reviewer: espindola.

..., because it'd unnecessarily bother users who don't use glibc.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D52430

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/Options.td
  ELF/Relocations.cpp
  test/ELF/textrel.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52430.166730.patch
Type: text/x-patch
Size: 4388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180924/c6f0fb60/attachment.bin>


More information about the llvm-commits mailing list