From: Colin LeMahieu Date: Tue, 1 Dec 2015 04:56:25 +0000 (+0000) Subject: [Hexagon] Disabling failing safestack test X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=442a04a282ce8f9998be131be50f5a5c73d7791f;p=oota-llvm.git [Hexagon] Disabling failing safestack test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254375 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/Generic/safestack-byval.ll b/test/DebugInfo/Generic/safestack-byval.ll index 24df3815068..1329a95a220 100644 --- a/test/DebugInfo/Generic/safestack-byval.ll +++ b/test/DebugInfo/Generic/safestack-byval.ll @@ -2,6 +2,7 @@ ; points to neither an argument nor an alloca. This kind of IR is generated by ; SafeStack for unsafe byval arguments. ; RUN: llc -stop-after expand-isel-pseudos %s -o /dev/null | FileCheck %s +; XFAIL: hexagon ; This was built by compiling the following source with SafeStack and ; simplifying the result a little.