================ @@ -4790,7 +4790,7 @@ def HLSLPackOffset: HLSLAnnotationAttr { } def HLSLSV_DispatchThreadID: HLSLAnnotationAttr { - let Spellings = [HLSLAnnotation<"SV_DispatchThreadID">]; + let Spellings = [HLSLAnnotation<"sv_dispatchthreadid">]; ---------------- llvm-beanz wrote:
Can we add a check in the tablegen code to error if the HLSLAnnotation attributes ever have a spelling with a capital letter? I just don't want us to screw this up accidentally and break some new attribute. https://github.com/llvm/llvm-project/pull/129773 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits