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. Authored by python3kgae on May 2 2022, 12:15 AM.
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?