[PATCH] D134464: [LLD][COFF] Reduce chance of symbol name collision with delay-load
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 2 00:21:22 PDT 2022
mstorsjo accepted this revision.
mstorsjo added a comment.
This revision is now accepted and ready to land.
> Because it is less likely for normal imports to have a name starting in `__load_` this should reduce the chance of a name collision.
Indeed, symbols starting with two underscores are reserved for the toolchain implementation, iirc.
This looks reasonable to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134464/new/
https://reviews.llvm.org/D134464
More information about the llvm-commits
mailing list