[Hexagon] Disabling failing safestack test
authorColin LeMahieu <colinl@codeaurora.org>
Tue, 1 Dec 2015 04:56:25 +0000 (04:56 +0000)
committerColin LeMahieu <colinl@codeaurora.org>
Tue, 1 Dec 2015 04:56:25 +0000 (04:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254375 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/Generic/safestack-byval.ll

index 24df3815068ee83aae0f6b4bcaacab47b74e55e4..1329a95a2201a7bc2e4c1e44846e4d5526ec5eba 100644 (file)
@@ -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.