projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5af835
)
Revert r247977, "clang/test/lit.cfg: *-ps4 doesn't have appropriate driver yet. Mark...
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 20 Oct 2015 22:36:16 +0000
(22:36 +0000)
committer
NAKAMURA 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.
llvm-svn: 250866
clang/test/lit.cfg
patch
|
blob
|
history
diff --git
a/clang/test/lit.cfg
b/clang/test/lit.cfg
index
dfdcf4a
..
9c5c71e
100644
(file)
--- a/
clang/test/lit.cfg
+++ b/
clang/test/lit.cfg
@@
-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