First step in supporting #line directives in assembler. This step parses the
authorKevin Enderby <enderby@apple.com>
Tue, 13 Sep 2011 23:45:18 +0000 (23:45 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 13 Sep 2011 23:45:18 +0000 (23:45 +0000)
commitf1c21a8da6ed27a6ab4944e30bbeb4bd3ee08a71
tree2803cd1eadbdddbf2e627846300f177b876f1bbe
parent4bffb62289614d355bdb160822eff7213ec9bb62
First step in supporting #line directives in assembler.  This step parses the
#line directives with the needed support in the lexer.  Next will be to build
a simple file/line# table mapping source SMLoc's for later use by diagnostics.
And the last step will be to get the diagnostics to use the mapping for file
and line numbers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139669 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCParser/AsmLexer.h
lib/MC/MCParser/AsmLexer.cpp
lib/MC/MCParser/AsmParser.cpp