repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
tlv-3.ll
blob
4f793051836f4df00b78eff9ef80f35dda3887c6
1
; RUN: llc < %s -mtriple x86_64-apple-darwin | FileCheck %s
2
; PR17964
3
4
; CHECK: __DATA,__thread_data,thread_local_regular
5
; CHECK: _foo$tlv$init
6
@foo = weak_odr thread_local global i8 1, align 4
7
8
define i32 @main() {
9
ret i32 0
10
}