From: Jyotsna Verma Date: Mon, 25 Mar 2013 20:02:14 +0000 (+0000) Subject: Disable Execution Engine tests not supported by Hexagon. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3cf2dba90fcb6478db64205d936f67e4adf96719;p=oota-llvm.git Disable Execution Engine tests not supported by Hexagon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177896 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/ExecutionEngine/lit.local.cfg b/test/ExecutionEngine/lit.local.cfg index dd6a5bb240e..1f8ae69b986 100644 --- 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