Finish supporting cpp #file/line comments in assembler for error messages. So
authorKevin Enderby <enderby@apple.com>
Wed, 12 Oct 2011 21:38:39 +0000 (21:38 +0000)
committerKevin Enderby <enderby@apple.com>
Wed, 12 Oct 2011 21:38:39 +0000 (21:38 +0000)
commitacbaecd4c8e4d19207e63624dcd9e01947b51757
treee993557087dba178c23b400fcce5dd8128e6d314
parent7007e4c5564f32fe4f06765a9740218039e7b492
Finish supporting cpp #file/line comments in assembler for error messages. So
for cpp pre-processed assembly we give correct filename and line numbers when
reporting errors in assembly files when using clang and -integrated-as on .s
files. rdar://8998895

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141814 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/SourceMgr.h
lib/MC/MCParser/AsmParser.cpp
test/MC/X86/x86_errors.s