Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit d1e38a6

Browse files
committed
Re-enable the coff-dwarf test on Windows
Apparently system-windows was only a clang lit suite feature. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249797 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent d1ac87c commit d1e38a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/lit.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,10 @@ if 'darwin' == sys.platform:
443443
config.available_features.add('fma3')
444444
sysctl_cmd.wait()
445445

446+
if platform.system() in ['Windows']:
447+
# For tests that require Windows to run.
448+
config.available_features.add('system-windows')
449+
446450
# .debug_frame is not emitted for targeting Windows x64.
447451
if not re.match(r'^x86_64.*-(mingw32|windows-gnu|win32)', config.target_triple):
448452
config.available_features.add('debug_frame')

0 commit comments

Comments
 (0)