diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-12-20 03:48:23 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-12-20 03:48:23 +0000 |
| commit | 68369b1c2f9f8d20d469d94fe595df06b1437c2b (patch) | |
| tree | 29a39567498d6720eefb5ca21923d8da4b1c8f5b /llvm/test | |
| parent | fa4e474741bb73f427412d06b4165216ed810efb (diff) | |
| download | bcm5719-llvm-68369b1c2f9f8d20d469d94fe595df06b1437c2b.tar.gz bcm5719-llvm-68369b1c2f9f8d20d469d94fe595df06b1437c2b.zip | |
Revert r219171, "llvm/test/lit.cfg: Suppress dwarf stuff for targeting x86_64-mingw32 while investigating since r219108."
It has been fixed since r219280 by David Majnemer.
llvm-svn: 256112
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/lit.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/lit.cfg b/llvm/test/lit.cfg index b77f892d4d9..9fb9fb2b4de 100644 --- a/llvm/test/lit.cfg +++ b/llvm/test/lit.cfg @@ -352,8 +352,7 @@ if lit_config.params.get("run_long_tests", None) == "true": config.available_features.add("long_tests") # Direct object generation -# Suppress x86_64-mingw32 while investigating since r219108. -if not 'hexagon' in config.target_triple and not re.match(r'^x86_64.*-(mingw32|windows-gnu|win32)', config.target_triple): +if not 'hexagon' in config.target_triple: config.available_features.add("object-emission") if config.have_zlib == "1": |

