projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Let the integrated assembler understand .warning, PR20428.
[oota-llvm.git]
/
test
/
MC
/
AsmParser
/
assignment.s
1
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2
3
# CHECK: TEST0:
4
# CHECK: a = 0
5
TEST0:
6
a = 0
7
8
# CHECK: .globl _f1
9
# CHECK: _f1 = 0
10
.globl _f1
11
_f1 = 0