OSDN Git Service

llvm/test/DebugInfo/Generic/safestack-byval.ll is using tls.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 1 Dec 2015 01:15:03 +0000 (01:15 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 1 Dec 2015 01:15:03 +0000 (01:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254361 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/Generic/safestack-byval.ll

index 01ef064..24df381 100644 (file)
@@ -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]]