[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/

Jeffrey Yasskin jyasskin at google.com
Fri Jan 22 16:11:57 PST 2010


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.
>
> This #if 0's out 3 unit tests, because gtest requires RTTI information.
> Suggestions welcome on how to fix this.

Here's a patch that fixes it. I'm not sure if this is the right place
to put the -D's though.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_gtest_rtti.patch
Type: text/x-patch
Size: 4132 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100122/dd2f1585/attachment.bin>


More information about the llvm-commits mailing list