[all-commits] [llvm/llvm-project] df3397: [ELF] Improve canBeOmittedFromSymbolTable tests
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Dec 10 09:28:47 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df3397b359c164bd9dbe98b39e3c8270b5292e02
https://github.com/llvm/llvm-project/commit/df3397b359c164bd9dbe98b39e3c8270b5292e02
Author: Fangrui Song <i at maskray.me>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M lld/test/ELF/lto/Inputs/internalize-exportdyn.ll
M lld/test/ELF/lto/internalize-exportdyn.ll
Log Message:
-----------
[ELF] Improve canBeOmittedFromSymbolTable tests
A linkonce_odr definition can be omitted in LTO compilation if
`canBeOmittedFromSymbolTable()` is true in all bitcode files.
Test more linkage merge scenarios.
The lo_and_wo symbol tests #111341.
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