[LLVMdev] [llvm-tblgen] Two issues: crash case and mysterious double-inclusion case

Dmitry Mikushin dmitry at kernelgen.org
Thu Feb 7 05:33:57 PST 2013


Hi Sean,

Thank you, great catch! Strange, how I missed it with grep... However, this
means question 1) becomes more interesting, because it is now clear
intrinsics table is included in there, but somehow llvm-lblgen crashes.

Best,
- D.

2013/2/7 Sean Silva <silvas at purdue.edu>

>
> On Wed, Feb 6, 2013 at 5:47 PM, Dmitry Mikushin <dmitry at kernelgen.org>wrote:
>>
>> ====
>> 2) Second test case: double inclusion of file, that is definitely
>> included once:
>>
>
> Includes are transitive, so it was being included more than once. With r174582
> we now diagnose double inclusions and point you at the previous include
> location.
>
> -- Sean Silva
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130207/e3971448/attachment.html>


More information about the llvm-dev mailing list