Files
llvm-6502/test/MC/AsmParser/directive_file.s
Chris Lattner d32e803073 wirte up .file and .file to the mc asmparser.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94438 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-25 19:02:58 +00:00

9 lines
159 B
ArmAsm

# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
.file "hello"
.file 1 "world"
# CHECK: .file "hello"
# CHECK: .file 1 "world"