[cfe-commits] r86315 - /cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
Anders Carlsson
andersca at mac.com
Fri Nov 6 16:59:28 PST 2009
6 nov 2009 kl. 16.29 skrev Devang Patel:
> Author: dpatel
> Date: Fri Nov 6 18:29:05 2009
> New Revision: 86315
>
> URL: http://llvm.org/viewvc/llvm-project?rev=86315&view=rev
> Log:
> Do not assert if debug info for certain type is not generated.
>
Why not? It's far better to assert early when you know what the type
is than to assert when emitting the dwarf information. Did this break
any tests?
Anders
More information about the cfe-commits
mailing list