llvm-capstone/debuginfo-tests/lit.local.cfg
Zachary Turner 79708b54f2 Re-revert "Refactor debuginfo-tests."
This is still breaking greendragon.

At this point I give up until someone can fix the greendragon
bots, and I will probably abandon this effort in favor of using
a private github repository.

llvm-svn: 318722
2017-11-21 01:20:28 +00:00

4 lines
149 B
INI

# debuginfo-tests are not expected to pass in a cross-compilation setup.
if 'native' not in config.available_features:
config.unsupported = True