[all-commits] [llvm/llvm-project] 3510c4: [ELF] Improve .o preempting DSO tests
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Nov 15 23:43:14 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3510c48ad58bbfd39746ab73280c3da20d1ee9c8
https://github.com/llvm/llvm-project/commit/3510c48ad58bbfd39746ab73280c3da20d1ee9c8
Author: Fangrui Song <i at maskray.me>
Date: 2023-11-15 (Wed, 15 Nov 2023)
Changed paths:
M lld/test/ELF/obj-preempt-dso.s
Log Message:
-----------
[ELF] Improve .o preempting DSO tests
The new RUN line `ld.lld --version-script=a.ver b.so a.o -o a1`
`c3` would be able to caught `replaceWithDefined` bug in
commit 667ea2ca408bbfb29f6d138b6c758542e329b2c5 (#72208).
More information about the All-commits
mailing list