[llvm-commits] [llvm] r94164 - in /llvm/trunk: include/llvm-c/ lib/Analysis/ lib/Analysis/IPA/ lib/Archive/ lib/AsmParser/ lib/Bitcode/Reader/ lib/Bitcode/Writer/ lib/CodeGen/ lib/CodeGen/AsmPrinter/ lib/CodeGen/SelectionDAG/ lib/ExecutionEngine/

Chris Lattner sabre at nondot.org
Sun Jan 24 12:43:29 PST 2010


On Jan 22, 2010, at 8:44 AM, Daniel Dunbar wrote:

> On Thu, Jan 21, 2010 at 10:49 PM, Chris Lattner <sabre at nondot.org> wrote:
>> Author: lattner
>> Date: Fri Jan 22 00:49:46 2010
>> New Revision: 94164
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=94164&view=rev
>> Log:
>> Stop building RTTI information for *most* llvm libraries.  Notable
>> missing ones are libsupport, libsystem and libvmcore.  libvmcore is
>> currently blocked on bugpoint, which uses EH.  Once it stops using
>> EH, we can switch it off.
> 
> Oh, but... wouldn't it make more sense to just turn -fno-rtti on by
> default, and selectively add -frtti?

Yes, done in r94378



More information about the llvm-commits mailing list