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)
commit23c48c282307ba3bdea1ca4ed94bc069fa108656
tree4ee3f1181be981b49d98112b9f57c07ba28b177d
parentef7657754d6adf81cb9a7b404c973d25c39ff79d
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

llvm-svn: 348218
clang/test/Misc/pragma-attribute-supported-attributes-list.test
clang/utils/TableGen/ClangAttrEmitter.cpp