projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
AVX512: kadd implementation
[oota-llvm.git]
/
test
/
MC
/
X86
/
reloc-macho.s
1
// RUN: llvm-mc -filetype=obj -triple x86_64-apple-darwin %s -o - | llvm-readobj -r | FileCheck %s
2
3
// CHECK: Relocations [
4
// CHECK-NEXT: ]
5
6
.section foo,bar
7
La:
8
Lb:
9
.long La-Lb