repo.or.cz
/
llvm-core.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-core.git]
/
test
/
MC
/
AsmParser
/
defsym.s
blob
06981f5404661679a53324e8281ac82c2e274896
1
# RUN: llvm-mc -filetype=obj -triple=i386-unknown-elf -defsym a=7 -defsym b=11 %s | llvm-objdump -t - | FileCheck %s
2
3
.ifndef a
4
.err
5
.endif
6
7
.if a<>7
8
.err
9
.endif
10
11
.ifndef b
12
.err
13
.endif
14
15
.if b<>11
16
.err
17
.endif
18
19
# CHECK: 00000007 *ABS* 00000000 a
20
# CHECK: 0000000b *ABS* 00000000 b