]> granicus.if.org Git - clang/commit
NFC: Make this test kinder on downstream forks
authorErik Pilkington <erik.pilkington@gmail.com>
Tue, 4 Dec 2018 00:31:31 +0000 (00:31 +0000)
committerErik Pilkington <erik.pilkington@gmail.com>
Tue, 4 Dec 2018 00:31:31 +0000 (00:31 +0000)
commit6ca088cb680ffccca83bc183cb7d19190887f473
tree69cb98db5bf387f7240d192c480426ff8eab24e4
parent453cfabdb9464427766237596101755d1adaed6b
NFC: Make this test kinder on downstream forks

Downstream forks that have their own attributes often run into this
test failing when a new attribute is added to clang because the
number of supported attributes no longer match. This is redundant
information for this test, so we can get by without it.

rdar://46288577

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348218 91177308-0d34-0410-b5e6-96231b3b80d8
test/Misc/pragma-attribute-supported-attributes-list.test
utils/TableGen/ClangAttrEmitter.cpp