forked from OSchip/llvm-project
Suppress LLVM::tools/llvm-symbolizer/coff-dwarf.test for mingw, for now.
FIXME: Improve llvm-symbolizer, or rename the feature "system-windows". llvm-svn: 249937
This commit is contained in:
parent
448dd41588
commit
2b0e1730a0
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue