freebsd-dev/lib/clang/include
Ed Maste b371a9f082 lld: set sh_link and sh_info for .rela.plt sections
ELF spec says that for SHT_REL and SHT_RELA sh_link should reference the
associated string table and sh_info should reference the "section to
which the relocation applies."  ELF Tool Chain's elfcopy / strip use
this (in part) to control whether or not the relocation entry is copied
to the output.

LLVM PR 37538 https://bugs.llvm.org/show_bug.cgi?id=37538

Approved by:	re (kib)
Obtained from:	llvm r344226 (backported for 6.0)
2018-10-11 13:19:17 +00:00
..
clang Follow-up to r335799 (llvm/clang 6.0.1 update), by regenerating various 2018-06-30 10:04:44 +00:00
lld/Common lld: set sh_link and sh_info for .rela.plt sections 2018-10-11 13:19:17 +00:00
lldb/Host Update generated config headers, and version numbers. 2017-12-20 20:25:35 +00:00
llvm Add optional LLVM BPF target support 2018-08-09 21:28:31 +00:00