[llvm] r179850 - Only run the tests in test/Object/ARM if we have ARM support.
Rafael Espindola
rafael.espindola at gmail.com
Fri Apr 19 05:47:54 PDT 2013
Author: rafael
Date: Fri Apr 19 07:47:53 2013
New Revision: 179850
URL: http://llvm.org/viewvc/llvm-project?rev=179850&view=rev
Log:
Only run the tests in test/Object/ARM if we have ARM support.
Added:
llvm/trunk/test/Object/ARM/lit.local.cfg
Added: llvm/trunk/test/Object/ARM/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/ARM/lit.local.cfg?rev=179850&view=auto
==============================================================================
--- llvm/trunk/test/Object/ARM/lit.local.cfg (added)
+++ llvm/trunk/test/Object/ARM/lit.local.cfg Fri Apr 19 07:47:53 2013
@@ -0,0 +1,3 @@
+targets = set(config.root.targets_to_build.split())
+if not 'ARM' in targets:
+ config.unsupported = True
More information about the llvm-commits
mailing list