repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
MC
/
MachO
/
alias.s
blob
aec04c63b68f13d050a7f80a0074856c1935f9b5
1
//
RUN
:
llvm-mc
-
triple x86_64-apple-macosx10.12
.0
%
s
-
filetype
=
obj | llvm-readobj
-
r | FileCheck
%
s
2
3
l_a
:
4
l_b
=
l_a
5
l_c
=
l_b
6
.long l_c
7
8
//
CHECK
:
Relocations
[
9
//
CHECK-NEXT
:
Section __text
{
10
//
CHECK-NEXT
:
0x0 0 2 1
X86_64_RELOC_UNSIGNED
0
l_c
11
//
CHECK-NEXT
: }
12
//
CHECK-NEXT
: ]