[cfe-commits] r147655 - in /cfe/trunk: lib/CodeGen/CGBuiltin.cpp test/CodeGen/no-builtin.c

Eli Friedman eli.friedman at gmail.com
Fri Jan 6 12:07:14 PST 2012


On Fri, Jan 6, 2012 at 4:20 AM, David Chisnall <csdavec at swan.ac.uk> wrote:
> Author: theraven
> Date: Fri Jan  6 06:20:19 2012
> New Revision: 147655
>
> URL: http://llvm.org/viewvc/llvm-project?rev=147655&view=rev
> Log:
> If we are compiling with -fno-builtin then don't do constant folding of
> builtins.
>
> This fixes PR11711.

I had to revert this in r147677 because it broke building compiler_rt on OSX.

-Eli




More information about the cfe-commits mailing list