commit | 549bc65f0599c04e57818cc920b39e24b67500d2 | [log] [tgz] |
---|---|---|
author | H.J. Lu <hjl.tools@gmail.com> | Mon Aug 12 17:01:05 2024 -0700 |
committer | H.J. Lu <hjl.tools@gmail.com> | Tue Aug 13 15:43:05 2024 -0700 |
tree | 57ffc9fa413d7fa73093438134fb4197f6ea1725 | |
parent | 722232dafd80a9fa13d9805ef87addaa5d5f72ae [diff] |
elf: Never set non_ir_ref_regular for debug reference Never set non_ir_ref_regular for debug reference since references in debug sections shouldn't impact LTO output. * elflink.c (elf_link_add_object_symbols): Don't check strip for references in debug sections when setting non_ir_ref_regular. Signed-off-by: H.J. Lu <hjl.tools@gmail.com>