mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-28 22:58:17 +00:00
Testcase for PR17964
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194961 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fe128c6ac8
commit
281e8eb9fd
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