forked from OSchip/llvm-project
Revert "Suppress LLVM::tools/llvm-symbolizer/coff-dwarf.test for mingw, for now."
This reverts commit r249937. llvm-svn: 289502
This commit is contained in:
parent
481294e3c7
commit
5a7c5069da
|
@ -495,7 +495,7 @@ if 'darwin' == sys.platform:
|
|||
config.available_features.add('fma3')
|
||||
sysctl_cmd.wait()
|
||||
|
||||
if platform.system() in ['Windows'] and re.match(r'.*-win32$', config.target_triple):
|
||||
if platform.system() in ['Windows']:
|
||||
# For tests that require Windows to run.
|
||||
config.available_features.add('system-windows')
|
||||
|
||||
|
|
Loading…
Reference in New Issue