From: NAKAMURA Takumi Date: Tue, 1 Dec 2015 01:15:03 +0000 (+0000) Subject: llvm/test/DebugInfo/Generic/safestack-byval.ll is using tls. X-Git-Tag: android-x86-7.1-r4~40822 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a1d72288c959c435c11fc74f5338aeb693709e01;p=android-x86%2Fexternal-llvm.git llvm/test/DebugInfo/Generic/safestack-byval.ll is using tls. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254361 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/Generic/safestack-byval.ll b/test/DebugInfo/Generic/safestack-byval.ll index 01ef064a78b..24df3815068 100644 --- a/test/DebugInfo/Generic/safestack-byval.ll +++ b/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]]