mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +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:
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
|
||||||
|
}
|
Reference in New Issue
Block a user