[llvm-commits] [llvm] r134907 - /llvm/trunk/utils/TableGen/
Evan Cheng
evan.cheng at apple.com
Mon Jul 11 14:10:46 PDT 2011
Interesting. The clang from a couple of months ago definitely doesn't like it. I had to move up to a week old clang to get pass this problem.
Evan
On Jul 11, 2011, at 2:00 PM, Cameron Zwarich wrote:
> Everything builds fine for me with r134919 using Debug+Asserts and Release+Asserts.
>
> Cameron
>
> On Jul 11, 2011, at 1:24 PM, Evan Cheng wrote:
>
>> 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
>>
>>
>> _______________________________________________
>> 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