repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
MC
/
AsmParser
/
directive_file.s
blob
3160d5c2bfd7286cd11faad5ef06f0c78b25d198
1
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2
3
.file
"hello"
4
.file 1
"world"
5
6
# CHECK: .file "hello"
7
# CHECK: .file 1 "world"
8