diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-12-01 01:15:03 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-12-01 01:15:03 +0000 |
| commit | 09eff05c0b3f8ab7230b142c6ec6fd12fb9f8ad3 (patch) | |
| tree | 0ce25d54ed8ee945fc12b31d0a2ccf5e4656d821 /llvm/test/DebugInfo | |
| parent | 23183f3bbaf4bb13c8c31604a925f3bbe2ab4883 (diff) | |
| download | bcm5719-llvm-09eff05c0b3f8ab7230b142c6ec6fd12fb9f8ad3.tar.gz bcm5719-llvm-09eff05c0b3f8ab7230b142c6ec6fd12fb9f8ad3.zip | |
llvm/test/DebugInfo/Generic/safestack-byval.ll is using tls.
llvm-svn: 254361
Diffstat (limited to 'llvm/test/DebugInfo')
| -rw-r--r-- | llvm/test/DebugInfo/Generic/safestack-byval.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/Generic/safestack-byval.ll b/llvm/test/DebugInfo/Generic/safestack-byval.ll index 01ef064a78b..24df3815068 100644 --- a/llvm/test/DebugInfo/Generic/safestack-byval.ll +++ b/llvm/test/DebugInfo/Generic/safestack-byval.ll @@ -13,6 +13,8 @@ ; 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]] |

