diff options
Diffstat (limited to 'llvm/test/DebugInfo/Generic/safestack-byval.ll')
| -rw-r--r-- | llvm/test/DebugInfo/Generic/safestack-byval.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/Generic/safestack-byval.ll b/llvm/test/DebugInfo/Generic/safestack-byval.ll index 24df3815068..1329a95a220 100644 --- a/llvm/test/DebugInfo/Generic/safestack-byval.ll +++ b/llvm/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. |

