[LLVMdev] [llvm-tblgen] Two issues: crash case and mysterious double-inclusion case
Sean Silva
silvas at purdue.edu
Thu Feb 7 16:12:08 PST 2013
On Thu, Feb 7, 2013 at 8:33 AM, Dmitry Mikushin <dmitry at kernelgen.org>wrote:
> 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.
The issue might be isTarget not being set anywhere. See LoadIntrinsics in
utils/TableGen/CodeGenTarget.cpp (it is called in your case with
`TargetOnly==true`)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130207/b9bae140/attachment.html>
More information about the llvm-dev
mailing list