Saleem Abdulrasool 5a445395de AsmParser: add support for .end directive
The .end directive indicates the end of the file.  No further instructions are
processed after a .end directive is encountered.

One potential (glaringly obvious) optimisation that could be pursued here is to
extend MCAsmParser with a DiscardRemainder method to avoid processing lexemes to
the end of the file.  It was unclear at this point if that would be worth
adding, and could easily be added in a follow on change.

Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197547 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-18 02:53:03 +00:00
..
2013-12-05 05:44:44 +00:00
2013-12-05 00:34:11 +00:00
2013-12-05 05:44:44 +00:00
2013-11-14 06:05:49 +00:00
2013-09-15 18:01:09 +00:00
2013-12-05 05:44:44 +00:00