projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85c7ffb
)
Disable Execution Engine tests not supported by Hexagon.
author
Jyotsna Verma
<jverma@codeaurora.org>
Mon, 25 Mar 2013 20:02:14 +0000
(20:02 +0000)
committer
Jyotsna Verma
<jverma@codeaurora.org>
Mon, 25 Mar 2013 20:02:14 +0000
(20:02 +0000)
llvm-svn: 177896
llvm/test/ExecutionEngine/lit.local.cfg
patch
|
blob
|
history
diff --git
a/llvm/test/ExecutionEngine/lit.local.cfg
b/llvm/test/ExecutionEngine/lit.local.cfg
index
dd6a5bb
..
1f8ae69
100644
(file)
--- a/
llvm/test/ExecutionEngine/lit.local.cfg
+++ b/
llvm/test/ExecutionEngine/lit.local.cfg
@@
-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