]> granicus.if.org Git - clang/commitdiff
Revert r247977, "clang/test/lit.cfg: *-ps4 doesn't have appropriate driver yet. Mark...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 20 Oct 2015 22:36:16 +0000 (22:36 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 20 Oct 2015 22:36:16 +0000 (22:36 +0000)
They, "tests requiring clang-driver", should work in trunk since ps4 driver has been introduced.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250866 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg

index dfdcf4a07c1175990e217fe7e9e39f000659edce..9c5c71ebde5375b76b5ffa46d3cda893368f98f5 100644 (file)
@@ -414,7 +414,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|ps4)$', config.target_triple):
+if not re.match(r'.*-(cygwin)$', config.target_triple):
     config.available_features.add('clang-driver')
 
 # [PR18856] Depends to remove opened file. On win32, a file could be removed