[all-commits] [llvm/llvm-project] 04cf41: [ELF][test] Test unreferenced non-preemptible ifunc
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Dec 14 16:26:02 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 04cf411c9411d56ee47b7e8419845d557c5d6549
https://github.com/llvm/llvm-project/commit/04cf411c9411d56ee47b7e8419845d557c5d6549
Author: Fangrui Song <i at maskray.me>
Date: 2021-12-14 (Tue, 14 Dec 2021)
Changed paths:
M lld/test/ELF/gnu-ifunc-nonpreemptible.s
Log Message:
-----------
[ELF][test] Test unreferenced non-preemptible ifunc
Add missing coverage exposed by D114783.
There should be no associated IRELATIVE, otherwise (a) glibc ld.so may
crash (b) it wastes space (c) unused IPLT causes confusion.
More information about the All-commits
mailing list