mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Testcase for PR17964
llvm-svn: 194961
This commit is contained in:
parent
ee9e9bca00
commit
d1f1ad97d3
10
test/CodeGen/X86/tlv-3.ll
Normal file
10
test/CodeGen/X86/tlv-3.ll
Normal file
@ -0,0 +1,10 @@
|
||||
; 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user