mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
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
73cad7579b
commit
eef812edef
@ -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…
x
Reference in New Issue
Block a user