projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15e8583
)
Disable profiling tests for Hexagon since it doesn't support JIT.
author
Jyotsna Verma
<jverma@codeaurora.org>
Mon, 25 Mar 2013 21:15:11 +0000
(21:15 +0000)
committer
Jyotsna 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
patch
|
blob
|
history
diff --git
a/test/Analysis/Profiling/lit.local.cfg
b/test/Analysis/Profiling/lit.local.cfg
index d507d3fd71a4c5b0695458123cc6657c3c39103d..444b7dc274108e81daa01cca0ffc93ad6fd6c886 100644
(file)
--- a/
test/Analysis/Profiling/lit.local.cfg
+++ b/
test/Analysis/Profiling/lit.local.cfg
@@
-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