Restrict debuginfo-tests to native configurations.

llvm-svn: 312803
This commit is contained in:
Paul Robinson 2017-09-08 17:10:48 +00:00
parent 0d31f0af43
commit aa117bf551
1 changed files with 3 additions and 0 deletions

View File

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