[clang] [llvm] [Clang] Prevent `mlink-builtin-bitcode` from internalizing the RPC client (PR #118661)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 4 08:36:36 PST 2024
arsenm wrote:
> clang attribute for externally_initialized
I'm surprised there isn't one already. Also seems better if you're going to special case the symbol to special case it by just setting this rather than skipping internalize for it
https://github.com/llvm/llvm-project/pull/118661
More information about the cfe-commits
mailing list