[llvm] r177896 - Disable Execution Engine tests not supported by Hexagon.
Jyotsna Verma
jverma at codeaurora.org
Mon Mar 25 13:02:14 PDT 2013
Author: jverma
Date: Mon Mar 25 15:02:14 2013
New Revision: 177896
URL: http://llvm.org/viewvc/llvm-project?rev=177896&view=rev
Log:
Disable Execution Engine tests not supported by Hexagon.
Modified:
llvm/trunk/test/ExecutionEngine/lit.local.cfg
Modified: llvm/trunk/test/ExecutionEngine/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/lit.local.cfg?rev=177896&r1=177895&r2=177896&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/lit.local.cfg (original)
+++ llvm/trunk/test/ExecutionEngine/lit.local.cfg Mon Mar 25 15:02:14 2013
@@ -10,3 +10,5 @@ root = getRoot(config)
if root.host_arch in ['PowerPC', 'AArch64']:
config.unsupported = True
+if 'hexagon' in root.target_triple:
+ config.unsupported = True
More information about the llvm-commits
mailing list