projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix generation of 'isa' and 'discriminator' keywords.
[oota-llvm.git]
/
test
/
MC
/
AsmParser
/
directive_file.s
1
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2
3
.file "hello"
4
.file 1 "worl\144" # "\144" is "d"
5
.file 2 "directory" "file"
6
7
# CHECK: .file "hello"
8
# CHECK: .file 1 "world"
9
# CHECK: .file 2 "directory" "file"