clang/test/lit.cfg: *-ps4 doesn't have appropriate driver yet. Mark it as "non-clang-driver".

llvm-svn: 247977
This commit is contained in:
NAKAMURA Takumi 2015-09-18 08:11:36 +00:00
parent 87933c7ced
commit 36b6c39d48
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ if not re.match(r'^x86_64.*-(win32|mingw32|windows-gnu)$', config.target_triple)
config.available_features.add('LP64')
# [PR12920] "clang-driver" -- set if gcc driver is not used.
if not re.match(r'.*-(cygwin)$', config.target_triple):
if not re.match(r'.*-(cygwin|ps4)$', config.target_triple):
config.available_features.add('clang-driver')
# [PR18856] Depends to remove opened file. On win32, a file could be removed