[cfe-commits] r95363 - in /cfe/trunk: lib/CodeGen/CGExprConstant.cpp test/CodeGenCXX/global-init.cpp
Douglas Gregor
dgregor at apple.com
Fri Feb 5 08:17:54 PST 2010
Hi Anders,
On Feb 4, 2010, at 9:19 PM, Anders Carlsson wrote:
> Author: andersca
> Date: Thu Feb 4 23:19:42 2010
> New Revision: 95363
>
> URL: http://llvm.org/viewvc/llvm-project?rev=95363&view=rev
> Log:
> If a global initializer has a non-trivial destructor it can't be emitted as a constant (even if it has a trivial constructor).
I ended up reverting this and r95375, because they broke self-host last night. Clang-built FileCheck crashes with this patch, so it should be easy to track down.
- Doug
More information about the cfe-commits
mailing list