mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
llvm/test/lit.cfg: Suppress dwarf stuff for targeting x86_64-mingw32 while investigating since r219108.
llvm-svn: 219171
This commit is contained in:
parent
8d5e532a3b
commit
3a52e789b7
@ -274,7 +274,8 @@ else:
|
||||
config.available_features.add("not_ubsan")
|
||||
|
||||
# Direct object generation
|
||||
if not 'hexagon' in config.target_triple:
|
||||
# Suppress x86_64-mingw32 while investigating since r219108.
|
||||
if not 'hexagon' in config.target_triple and not re.match(r'^x86_64.*-(mingw32|win32)', config.target_triple):
|
||||
config.available_features.add("object-emission")
|
||||
|
||||
if config.have_zlib == "1":
|
||||
|
Loading…
Reference in New Issue
Block a user