[PATCH] D96914: [ELF] Add -z start-stop-gc to let __start_/__stop_ not retain C identifier name sections
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 4 14:50:14 PDT 2021
MaskRay added a comment.
Mach-O ld64 uses the same model as current ld.lld -z start-stop-gc.
The way ldc uses `__start___minfo` is also incompatible with GNU ld 2015-10.
There are several ways to make FreeBSD work.
Finally, as I mentioned in the ldc issue, the llvm-project<13.0.0 and ld.lld>=13.0.0 is not supported way using LTO (probably weaker than "unsupported").
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96914/new/
https://reviews.llvm.org/D96914
More information about the llvm-commits
mailing list