mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-10 14:12:11 +00:00
Revert "Suppress LLVM::tools/llvm-symbolizer/coff-dwarf.test for mingw, for now."
This reverts commit r249937. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289502 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e190ac565f
commit
844b9c1bb4
@ -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
Block a user