[llvm-commits] [llvm] r134907 - /llvm/trunk/utils/TableGen/
Evan Cheng
evan.cheng at apple.com
Mon Jul 11 13:24:08 PDT 2011
There are several other "struct Init". I've fixed them. Unfortunately the build is still broken:
/Volumes/Ebi/echeng/llvm/Debug+Asserts/bin/tblgen -I /Volumes/Ebi/echeng/llvm/lib/VMCore -I /Volumes/Ebi/echeng/llvm/include -I /Volumes/Ebi/echeng/llvm/include -I /Volumes/Ebi/echeng/llvm/lib/Target /Volumes/Ebi/echeng/llvm/include/llvm/Intrinsics.td -o /Volumes/Ebi/echeng/llvm/lib/VMCore/Debug+Asserts/Intrinsics.gen.tmp -gen-intrinsic
pure virtual method called
terminate called without an active exception
Evan
On Jul 11, 2011, at 12:00 PM, David A. Greene wrote:
> Rafael Ávila de Espíndola <rafael.espindola at gmail.com> writes:
>
>> I think this is causing:
>>
>> /home/espindola/llvm/llvm/utils/TableGen/SetTheory.h:58:1: warning:
>> struct 'Init' was previously
>> declared as a class [-Wmismatched-tags]
>> struct Init;
>> ^
>
> Fixed in 134908. Thanks for the heads-up!
>
> -Dave
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list