Disable profiling tests for Hexagon since it doesn't support JIT.
authorJyotsna Verma <jverma@codeaurora.org>
Mon, 25 Mar 2013 21:15:11 +0000 (21:15 +0000)
committerJyotsna Verma <jverma@codeaurora.org>
Mon, 25 Mar 2013 21:15:11 +0000 (21:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177917 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/Profiling/lit.local.cfg

index d507d3fd71a4c5b0695458123cc6657c3c39103d..444b7dc274108e81daa01cca0ffc93ad6fd6c886 100644 (file)
@@ -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