diff options
-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]] |