projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
MCAsmParser: full support for gas' '.if{cond} expression' directives
[oota-llvm.git]
/
test
/
MC
/
AsmParser
/
directive_loc.s
1
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2
3
.file 1 "hello"
4
# CHECK: .file 1 "hello"
5
.loc 1
6
.loc 1 2
7
# CHECK: .loc 1 2 0
8
.loc 1 2 3
9
# CHECK: .loc 1 2 3
10
.loc 1 2 discriminator 1
11
# CHECK: 1 2 0 discriminator 1
12
.loc 1 2 0 isa 3
13
# CHECK: 1 2 0 isa 3
14
.loc 1 0