In llvm-mc parse a Hash token as a full line comment. Allows handling of
authorKevin Enderby <enderby@apple.com>
Fri, 24 Dec 2010 00:12:02 +0000 (00:12 +0000)
committerKevin Enderby <enderby@apple.com>
Fri, 24 Dec 2010 00:12:02 +0000 (00:12 +0000)
commitd82ed5b7347173a827969966db740c2b34d605b9
tree042088a2370ba864bb3b39f803d31a4eeab731e5
parentf12eee75d1f8a3e276d03cc0fda95d18097fb08e
In llvm-mc parse a Hash token as a full line comment.  Allows handling of
preprocessed .s files and matches darwin gas.  rdar://8798690
Also fix a comment on the next line of AsmParser.cpp after this new code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122531 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmParser.cpp
test/MC/AsmParser/full_line_comment.s [new file with mode: 0644]