diff options
| author | Colin LeMahieu <colinl@codeaurora.org> | 2015-12-01 04:56:25 +0000 |
|---|---|---|
| committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-12-01 04:56:25 +0000 |
| commit | 309fb1877e4f512aee573d7d4176665aacf164e2 (patch) | |
| tree | 7fdc725f217d415441de1ba78252059c7ce6d522 /llvm/test/DebugInfo | |
| parent | 50f7f585ed901aa6499273b93a5b14c2cca79560 (diff) | |
| download | bcm5719-llvm-309fb1877e4f512aee573d7d4176665aacf164e2.tar.gz bcm5719-llvm-309fb1877e4f512aee573d7d4176665aacf164e2.zip | |
[Hexagon] Disabling failing safestack test
llvm-svn: 254375
Diffstat (limited to 'llvm/test/DebugInfo')
| -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. |

