[lld] r319367 - Don't crash on broken debug info.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 14:48:58 PST 2017


On Wed, Nov 29, 2017 at 2:09 PM, Rafael Espindola via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: rafael
> Date: Wed Nov 29 14:09:16 2017
> New Revision: 319367
>
> URL: http://llvm.org/viewvc/llvm-project?rev=319367&view=rev
> Log:
> Don't crash on broken debug info.
>

I wonder whether we should have an hard failure mode instead?
Or, FWIW, at least emit a diagnostic that the debug infos are broken
rather than silently ignoring?

Thanks!

--
Davide


More information about the llvm-commits mailing list