blob: df02dfcb5c1e6728f2ee80181ef382fc970cc914 [file] [log] [blame]
Bill Schmidt3a429892013-02-26 16:41:03 +00001; RUN: llc -O0 -mcpu=pwr7 -filetype=obj %s -o - | \
Nico Rieckf89da722013-04-12 04:06:46 +00002; RUN: llvm-readobj -t | FileCheck %s
Bill Schmidt3a429892013-02-26 16:41:03 +00003
4target datalayout = "E-p:64:64:64-S0-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f16:16:16-f32:32:32-f64:64:64-f128:128:128-v64:64:64-v128:128:128-a0:0:64-n32:64"
5target triple = "powerpc64-unknown-linux-gnu"
6
7@nextIdx = external thread_local global i32
8
9define fastcc void @func() nounwind {
10entry:
11 store i32 42, i32* @nextIdx
12 ret void
13}
14
15; Verify that nextIdx has symbol type TLS.
16;
Nico Rieckf89da722013-04-12 04:06:46 +000017; CHECK: Symbol {
18; CHECK: Name: nextIdx
19; CHECK-NEXT: Value:
20; CHECK-NEXT: Size:
21; CHECK-NEXT: Binding:
22; CHECK-NEXT: Type: TLS