projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
MC: fix test locations/name
[oota-llvm.git]
/
test
/
MC
/
AsmParser
/
directive_org.s
1
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2
3
# CHECK: TEST0:
4
# CHECK: .org 1, 0
5
TEST0:
6
.org 1
7
8
# CHECK: TEST1:
9
# CHECK: .org 1, 3
10
TEST1:
11
.org 1, 3