diff options
| author | Reid Kleckner <rnk@google.com> | 2015-10-09 01:18:27 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2015-10-09 01:18:27 +0000 |
| commit | ba77cd2737c7b03725c6fa6fa4e1058eda10591f (patch) | |
| tree | 7aff2a46f86e712c039435dcd266956c468817ee /llvm | |
| parent | ae44e871cdd5c51a17198733e9b795d2eabaef14 (diff) | |
| download | bcm5719-llvm-ba77cd2737c7b03725c6fa6fa4e1058eda10591f.tar.gz bcm5719-llvm-ba77cd2737c7b03725c6fa6fa4e1058eda10591f.zip | |
Re-enable the coff-dwarf test on Windows
Apparently system-windows was only a clang lit suite feature.
llvm-svn: 249797
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/lit.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/lit.cfg b/llvm/test/lit.cfg index 82799589ab4..f6f65646438 100644 --- a/llvm/test/lit.cfg +++ b/llvm/test/lit.cfg @@ -443,6 +443,10 @@ if 'darwin' == sys.platform: config.available_features.add('fma3') sysctl_cmd.wait() +if platform.system() in ['Windows']: + # For tests that require Windows to run. + config.available_features.add('system-windows') + # .debug_frame is not emitted for targeting Windows x64. if not re.match(r'^x86_64.*-(mingw32|windows-gnu|win32)', config.target_triple): config.available_features.add('debug_frame') |

