[clang] [llvm] [HLSL] Add list of exported functions as named metadata node `dx.exports` (PR #102275)
Xiang Li via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 7 08:44:55 PDT 2024
python3kgae wrote:
Could this be an analysis pass which collect the list as a SmallVector<Function*> instead of creating the list in 'dx.exports' metadata?
https://github.com/llvm/llvm-project/pull/102275
More information about the cfe-commits
mailing list