repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git]
/
test
/
MC
/
AsmParser
/
directive_thread_init_func.s
blob
4abd5bf266488540a22a88ad10f022453e0870e4
1
# RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
2
3
# CHECK: __DATA,__thread_init,thread_local_init_function_pointers
4
# CHECK: .quad 0
5
6
.thread_init_func
7
.quad 0