From a1d72288c959c435c11fc74f5338aeb693709e01 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 1 Dec 2015 01:15:03 +0000 Subject: [PATCH] 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 --- test/DebugInfo/Generic/safestack-byval.ll | 2 ++ 1 file changed, 2 insertions(+) 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]] -- 2.11.0