[cfe-commits] r165572 - /cfe/trunk/lib/CodeGen/CGExpr.cpp

Eli Friedman eli.friedman at gmail.com
Tue Oct 9 17:44:49 PDT 2012


On Tue, Oct 9, 2012 at 4:55 PM, Richard Smith
<richard-llvm at metafoo.co.uk> wrote:
> Author: rsmith
> Date: Tue Oct  9 18:55:19 2012
> New Revision: 165572
>
> URL: http://llvm.org/viewvc/llvm-project?rev=165572&view=rev
> Log:
> -fcatch-undefined-behavior: store the type name directly at the end of a type descriptor. 5% binary size reduction due to fewer relocations.

It looks like this broke test/CodeGen/catch-undef-behavior.c .

-Eli



More information about the cfe-commits mailing list