diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-12-01 10:07:41 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-12-01 10:07:41 +0000 |
| commit | 54d90f46c5662a1592be1542fb84764831615e90 (patch) | |
| tree | 700516d95c1ac72048cc20cc03924eaa78880f86 | |
| parent | 8bd0f0b141e311a4cc8968942d9d9f6d09dd23ca (diff) | |
| download | bcm5719-llvm-54d90f46c5662a1592be1542fb84764831615e90.tar.gz bcm5719-llvm-54d90f46c5662a1592be1542fb84764831615e90.zip | |
llvm/test/DebugInfo/X86/safestack-byval.ll: Give an explicit triple for now. It crashes for targeting *-win32.
Also revert r254375 and r254361.
llvm-svn: 254397
| -rw-r--r-- | llvm/test/DebugInfo/X86/safestack-byval.ll | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/test/DebugInfo/X86/safestack-byval.ll b/llvm/test/DebugInfo/X86/safestack-byval.ll index 1329a95a220..f1f6b6c1d91 100644 --- a/llvm/test/DebugInfo/X86/safestack-byval.ll +++ b/llvm/test/DebugInfo/X86/safestack-byval.ll @@ -1,8 +1,7 @@ ; Test dwarf codegen for DILocalVariable of a byval function argument that ; 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 +; RUN: llc -mtriple=x86_64-unknown-unknown -stop-after expand-isel-pseudos %s -o /dev/null | FileCheck %s ; This was built by compiling the following source with SafeStack and ; simplifying the result a little. @@ -14,8 +13,6 @@ ; return zzz.a[len]; ; } -; REQUIRES: tls - ; CHECK: ![[ZZZ:.*]] = !DILocalVariable(name: "zzz", ; CHECK: ![[ZZZ_EXPR:.*]] = !DIExpression(DW_OP_deref, DW_OP_minus, 400) ; CHECK: DBG_VALUE {{.*}} ![[ZZZ]], ![[ZZZ_EXPR]] |

