[all-commits] [llvm/llvm-project] 7109f5: [ELF, test] Don't rely on --export-dynamic --gc-sec...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Jan 27 20:55:25 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7109f521975e9cc2e8ba4f52ac2a8e1140bd49b5
https://github.com/llvm/llvm-project/commit/7109f521975e9cc2e8ba4f52ac2a8e1140bd49b5
Author: Fangrui Song <i at maskray.me>
Date: 2025-01-27 (Mon, 27 Jan 2025)
Changed paths:
M lld/test/ELF/gc-sections.s
M lld/test/ELF/lto/devirt_vcall_vis_export_dynamic.ll
M lld/test/ELF/lto/internalize-exportdyn.ll
M lld/test/ELF/lto/relocation-model-pic.ll
M lld/test/ELF/lto/relocation-model-static.ll
M lld/test/ELF/partition-errors.s
M lld/test/ELF/partition-icf.s
M lld/test/ELF/partition-move-to-main-startstop.s
M lld/test/ELF/partition-thunk-reuse.s
M lld/test/ELF/partitions.s
Log Message:
-----------
[ELF,test] Don't rely on --export-dynamic --gc-sections behavior for non-pie static linking
This mode does not retain definitions in GNU ld. While we do, it's not
consistent with the decision that there is no .dynsym . We will change
this and simplify some internal representations.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list