1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/test/MC/AsmParser/directive_file.s
Daniel Dunbar 9c03cc13de llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these
yet (I'm not even sure what they do).

llvm-svn: 78639
2009-08-11 04:24:50 +00:00

6 lines
129 B
ArmAsm

# RUN: llvm-mc -triple i386-unknown-unknown %s
# FIXME: Actually test the output.
.file "hello"
.file 1 "world"