llvm/cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/lit.local.cfg
David Blaikie 8f46ddb184 Migrate the roundtrip tests to work similar to the llgdb tests
I'm not sure if there's a way to make this a bit more general - the
property that matters is that there's /some/ itanium ABI target the
tests can use to compile - not link or run in this case. But this seems
sufficient for the llgdb tests, so it should be sufficient (though
perhaps not necessary) for this roundtrip test.
2021-10-28 18:38:05 -07:00

4 lines
158 B
INI

# In MSVC mode DWARF isn't produced & is needed for these tests
if 'native' not in config.available_features or config.is_msvc:
config.unsupported = True