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
[llvm-readobj] - Simplify stack-sizes.test test case.
[llvm-complete.git]
/
test
/
MC
/
AsmParser
/
directive_set.s
blob
65dd33d1d54fb14343cf7a13f3b6c754b020eac7
1
# RUN: llvm-mc -triple i386-unknown-elf %s | FileCheck %s
2
3
# CHECK: TEST0:
4
# CHECK: .set a, 0
5
# CHECK-NOT: .no_dead_strip a
6
TEST0
:
7
.set a, 0
8
9
# CHECK: TEST1:
10
# CHECK: .set a, 0
11
# CHECK-NOT: .no_dead_strip a
12
TEST1
:
13
.equ a, 0
14