diff options
author | Artem Dergachev <artem.dergachev@gmail.com> | 2019-02-21 00:19:24 +0000 |
---|---|---|
committer | Artem Dergachev <artem.dergachev@gmail.com> | 2019-02-21 00:19:24 +0000 |
commit | b3377663eac0001032ce02e2be2cf795200b1bf2 (patch) | |
tree | f1379c3f2c2cb3771a670c65354d8c9c49071670 | |
parent | c333d775636c0bfa51746094c58c3880f488798d (diff) | |
download | bcm5719-llvm-b3377663eac0001032ce02e2be2cf795200b1bf2.tar.gz bcm5719-llvm-b3377663eac0001032ce02e2be2cf795200b1bf2.zip |
[attributes] Fix buildbot after r354530.
Update the test after adding more attribute subjects.
Differential Revision: https://reviews.llvm.org/D58365
llvm-svn: 354531
-rw-r--r-- | clang/test/Misc/pragma-attribute-supported-attributes-list.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Misc/pragma-attribute-supported-attributes-list.test b/clang/test/Misc/pragma-attribute-supported-attributes-list.test index 146642dd128..9a7e65d2b24 100644 --- a/clang/test/Misc/pragma-attribute-supported-attributes-list.test +++ b/clang/test/Misc/pragma-attribute-supported-attributes-list.test @@ -61,7 +61,7 @@ // CHECK-NEXT: InternalLinkage (SubjectMatchRule_variable, SubjectMatchRule_function, SubjectMatchRule_record) // CHECK-NEXT: LTOVisibilityPublic (SubjectMatchRule_record) // CHECK-NEXT: Lockable (SubjectMatchRule_record) -// CHECK-NEXT: MIGServerRoutine (SubjectMatchRule_function) +// CHECK-NEXT: MIGServerRoutine (SubjectMatchRule_function, SubjectMatchRule_objc_method, SubjectMatchRule_block) // CHECK-NEXT: MSStruct (SubjectMatchRule_record) // CHECK-NEXT: MicroMips (SubjectMatchRule_function) // CHECK-NEXT: MinSize (SubjectMatchRule_function, SubjectMatchRule_objc_method) |