[debuginfo-tests] r312803 - Restrict debuginfo-tests to native configurations.
Paul Robinson via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 8 10:10:49 PDT 2017
Author: probinson
Date: Fri Sep 8 10:10:48 2017
New Revision: 312803
URL: http://llvm.org/viewvc/llvm-project?rev=312803&view=rev
Log:
Restrict debuginfo-tests to native configurations.
Added:
debuginfo-tests/trunk/lit.local.cfg
Added: debuginfo-tests/trunk/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/lit.local.cfg?rev=312803&view=auto
==============================================================================
--- debuginfo-tests/trunk/lit.local.cfg (added)
+++ debuginfo-tests/trunk/lit.local.cfg Fri Sep 8 10:10:48 2017
@@ -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
More information about the llvm-commits
mailing list