Translate HLSLShaderAttr to IR level.
- Skip mangle for hlsl entry functions.
- Add function attribute for hlsl entry functions.
Differential D124752
[HLSL] clang codeGen for HLSLShaderAttr. python3kgae on May 2 2022, 12:15 AM. Authored by
Details Translate HLSLShaderAttr to IR level.
Diff Detail
Event Timeline
|
I think TargetDecl can't be nullptr at this point due to the above check? So perhaps using dyn_cast is better here?