projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79b5b1a
)
Suppress LLVM::tools/llvm-symbolizer/coff-dwarf.test for mingw, for now.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Sat, 10 Oct 2015 02:57:02 +0000
(
02:57
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Sat, 10 Oct 2015 02:57:02 +0000
(
02:57
+0000)
FIXME: Improve llvm-symbolizer, or rename the feature "system-windows".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249937
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/lit.cfg
patch
|
blob
|
history
diff --git
a/test/lit.cfg
b/test/lit.cfg
index
f6f6564
..
f4b8df3
100644
(file)
--- a/
test/lit.cfg
+++ b/
test/lit.cfg
@@
-443,7
+443,7
@@
if 'darwin' == sys.platform:
config.available_features.add('fma3')
sysctl_cmd.wait()
-if platform.system() in ['Windows']:
+if platform.system() in ['Windows']
and re.match(r'.*-win32$', config.target_triple)
:
# For tests that require Windows to run.
config.available_features.add('system-windows')