llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these
authorDaniel Dunbar <daniel@zuster.org>
Tue, 11 Aug 2009 04:24:50 +0000 (04:24 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 11 Aug 2009 04:24:50 +0000 (04:24 +0000)
commitd0c14d69134473f38b84205e9d556234b2d0c0ad
treef819c7fcccfa9c519b26c7bdedbccd3833d08210
parentace63127bc7501d4d7707f744cdae09894342aa9
llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these
yet (I'm not even sure what they do).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78639 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/AsmParser/directive_file.s [new file with mode: 0644]
test/MC/AsmParser/directive_line.s [new file with mode: 0644]
test/MC/AsmParser/directive_loc.s [new file with mode: 0644]
tools/llvm-mc/AsmParser.cpp
tools/llvm-mc/AsmParser.h