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:
8b2824a
)
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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177896
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/ExecutionEngine/lit.local.cfg
patch
|
blob
|
history
diff --git
a/test/ExecutionEngine/lit.local.cfg
b/test/ExecutionEngine/lit.local.cfg
index dd6a5bb240ecec4cde756ce26c83788f5e16520f..1f8ae69b9868c8ffc6130fb5713473c74cf48445 100644
(file)
--- a/
test/ExecutionEngine/lit.local.cfg
+++ b/
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