Skip to content

Commit d76e98b

Browse files
author
Tim Pugh
committed
RandomizeLayout identification for regression test This commit is to
resolve the identification of the RandomizeLayout attribute to the regression test suite. Without this, running "make clang-test" will result in a failure due to it identifying an attribute but not having it included in ../clang/test/Misc/pragma-attribute-supported-attributes-list.test. This protects against the addition/removal of attributes.
1 parent bf4b55f commit d76e98b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/Misc/pragma-attribute-supported-attributes-list.test

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
// CHECK-NEXT: Overloadable (SubjectMatchRule_function)
118118
// CHECK-NEXT: ParamTypestate (SubjectMatchRule_variable_is_parameter)
119119
// CHECK-NEXT: PassObjectSize (SubjectMatchRule_variable_is_parameter)
120+
// CHECK-NEXT: RandomizeLayout (SubjectMatchRule_record)
120121
// CHECK-NEXT: RenderScriptKernel (SubjectMatchRule_function)
121122
// CHECK-NEXT: ReqdWorkGroupSize (SubjectMatchRule_function)
122123
// CHECK-NEXT: RequireConstantInit (SubjectMatchRule_variable_is_global)

0 commit comments

Comments
 (0)