[llvm] r177917 - Disable profiling tests for Hexagon since it doesn't support JIT.
Jyotsna Verma
jverma at codeaurora.org
Mon Mar 25 14:15:11 PDT 2013
Author: jverma
Date: Mon Mar 25 16:15:11 2013
New Revision: 177917
URL: http://llvm.org/viewvc/llvm-project?rev=177917&view=rev
Log:
Disable profiling tests for Hexagon since it doesn't support JIT.
Modified:
llvm/trunk/test/Analysis/Profiling/lit.local.cfg
Modified: llvm/trunk/test/Analysis/Profiling/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/Profiling/lit.local.cfg?rev=177917&r1=177916&r2=177917&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/Profiling/lit.local.cfg (original)
+++ llvm/trunk/test/Analysis/Profiling/lit.local.cfg Mon Mar 25 16:15:11 2013
@@ -11,3 +11,6 @@ root = getRoot(config)
# doesn't have any JIT at present so they will fail when run there.
if root.host_arch in ['AArch64']:
config.unsupported = True
+
+if 'hexagon' in root.target_triple:
+ config.unsupported = True
More information about the llvm-commits
mailing list