[all-commits] [llvm/llvm-project] 7c0881: [ELF] --gc-sections: Change startwith(".jcr") to e...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Dec 15 01:27:22 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c0881a38f5e0f50375a089e5a3c9b2d215be0e9
https://github.com/llvm/llvm-project/commit/7c0881a38f5e0f50375a089e5a3c9b2d215be0e9
Author: Fangrui Song <i at maskray.me>
Date: 2021-12-15 (Wed, 15 Dec 2021)
Changed paths:
M lld/ELF/MarkLive.cpp
M lld/test/ELF/gc-sections.s
Log Message:
-----------
[ELF] --gc-sections: Change startwith(".jcr") to exact match
GNU ld's internal linker script keeps `.jcr`, but not other sections
starting with `.jcr`.
More information about the All-commits
mailing list