1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/CodeGen/X86/tlv-3.ll

11 lines
233 B
LLVM
Raw Normal View History

2013-11-17 11:53:19 +01:00
; RUN: llc < %s -mtriple x86_64-apple-darwin | FileCheck %s
; PR17964
; CHECK: __DATA,__thread_data,thread_local_regular
; CHECK: _foo$tlv$init
@foo = weak_odr thread_local global i8 1, align 4
define i32 @main() {
ret i32 0
}