llvm-project/debuginfo-tests/llvm-prettyprinters/gdb/lit.local.cfg

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
229 B
INI
Raw Normal View History

import lit.util
# debuginfo-tests are not expected to pass in a cross-compilation setup.
if 'native' not in config.available_features or lit.util.which('gdb') is None:
config.unsupported = True
config.suffixes = ['.gdb']