[clang] [llvm] [HLSL] Run finalize linkage pass for all targets (PR #134260)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 23 15:01:51 PDT 2025
efriedma-quic wrote:
The idea that a symbol should be externally visible before linking, and not externally visible afterwards, isn't new: many platforms have some form of symbol visibility. I'm not sure why you don't want to express that in LLVM IR... having an implicit HLSL-specific rule like this just makes it harder to understand what's happening.
https://github.com/llvm/llvm-project/pull/134260
More information about the cfe-commits
mailing list