Disable profiling tests for Hexagon since it doesn't support JIT.
[oota-llvm.git] / 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