diff options
Diffstat (limited to 'debuginfo-tests/llgdb-tests/lit.local.cfg')
-rw-r--r-- | debuginfo-tests/llgdb-tests/lit.local.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debuginfo-tests/llgdb-tests/lit.local.cfg b/debuginfo-tests/llgdb-tests/lit.local.cfg new file mode 100644 index 00000000000..725aa59ab59 --- /dev/null +++ b/debuginfo-tests/llgdb-tests/lit.local.cfg @@ -0,0 +1,5 @@ +# debuginfo-tests are not expected to pass in a cross-compilation setup. +if 'native' not in config.available_features or config.is_msvc: + config.unsupported = True + + |