summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/FileSystemStatCache.cpp
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2019-04-16 16:44:45 +0000
committerMichael Kruse <llvm@meinersbur.de>2019-04-16 16:44:45 +0000
commitf73bba3b1409ac711b612fe033de7b70a5692938 (patch)
tree5dcc8d94a86684e0b2592b5787563541059cbcd9 /clang/lib/Basic/FileSystemStatCache.cpp
parentc44b68e2b7be790012191907c61f34c8ff4cfc51 (diff)
downloadbcm5719-llvm-f73bba3b1409ac711b612fe033de7b70a5692938.tar.gz
bcm5719-llvm-f73bba3b1409ac711b612fe033de7b70a5692938.zip
[Test] Remove obsolete test.
The FIXME of this test case has been addressed in r335084/r338800. Its execution still does not succeed because of multiple syntax errors. First, the "clang" namespace is missing on each of the 4 pragmas. Second, the pragma for defining the vector width is "vectorize_width(4)" instead of "vectorize(4)". Third, the pragma for defining the interleave factor is "interleave_count(8)" instead of "interleave(8)". The file was already using the wrong syntax when added in r210925 2014-06-13. The file ast-print-pragmas.cpp already checks for the correct pragma order, making this test redundant even if fixed. Differential Revision: https://reviews.llvm.org/D60749 llvm-svn: 358507
Diffstat (limited to 'clang/lib/Basic/FileSystemStatCache.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud