Skip to content

Commit

Permalink
RandomizeLayout identification for regression test This commit is to
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Tim Pugh committed Feb 21, 2019
1 parent bf4b55f commit d76e98b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
// CHECK-NEXT: Overloadable (SubjectMatchRule_function)
// CHECK-NEXT: ParamTypestate (SubjectMatchRule_variable_is_parameter)
// CHECK-NEXT: PassObjectSize (SubjectMatchRule_variable_is_parameter)
// CHECK-NEXT: RandomizeLayout (SubjectMatchRule_record)
// CHECK-NEXT: RenderScriptKernel (SubjectMatchRule_function)
// CHECK-NEXT: ReqdWorkGroupSize (SubjectMatchRule_function)
// CHECK-NEXT: RequireConstantInit (SubjectMatchRule_variable_is_global)
Expand Down

0 comments on commit d76e98b

Please sign in to comment.