[llvm] [SPIR-V] Fix LinkageAttribute emission for Vulkan (PR #143902)
Steven Perron via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 12 09:09:08 PDT 2025
s-perron wrote:
I don't think we want to do this. For HLSL, function explicitly marked with the `export` keyword will have to have the linkage attribute. The solution for this problem for HLSL is https://github.com/llvm/wg-hlsl/blob/main/proposals/0026-symbol-visibility.md
https://github.com/llvm/llvm-project/pull/143902
More information about the llvm-commits
mailing list