YouCompleteMe/cpp/llvm/test/MC/AsmParser/directive_file.s

10 lines
229 B
ArmAsm
Raw Normal View History

2012-07-05 20:51:06 -04:00
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
.file "hello"
.file 1 "world"
.file 2 "directory" "file"
# CHECK: .file "hello"
# CHECK: .file 1 "world"
# CHECK: .file 2 "directory" "file"