xref: /llvm-project/cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/lit.local.cfg (revision f98ee40f4b5d7474fc67e82824bf6abbaedb7b1c)
1# In MSVC mode DWARF isn't produced & is needed for these tests
2if "native" not in config.available_features or config.is_msvc:
3    config.unsupported = True
4