Files
llvm/test/MC/AsmParser
Paul Robinson fcfd4087ad Fix a crash with assembler source and -g.
llvm-mc or clang with -g normally produces debug info describing the
assembler source itself; however, if that source already contains some
.file/.loc directives, we should instead emit the debug info described
by those directives.  For certain assembler sources seen in the wild
(particularly in the Chrome build) this was causing a crash due to
incorrect assumptions about legal sequences of assembler source text.

Fixes PR38994.

Differential Revision: https://reviews.llvm.org/D63573

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364039 91177308-0d34-0410-b5e6-96231b3b80d8
2019-06-21 13:10:19 +00:00
..
2017-05-01 14:00:54 +00:00
2014-02-23 23:02:18 +00:00
2015-03-18 14:20:54 +00:00
2016-03-01 08:18:28 +00:00
2016-03-01 08:18:28 +00:00
2009-10-16 16:30:02 +00:00