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

Sean Silva silvas at purdue.edu
Wed Feb 6 20:36:01 PST 2013


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/20130206/2ebfc917/attachment.html>


More information about the llvm-dev mailing list