[LLVMdev] how to fix this "Expected no forward declarations!" assertion fail
Hui Zhang
wayne.huizhang at gmail.com
Wed May 27 12:29:56 PDT 2015
Did anyone have any experience with this issue before ? I didn't have this
issue when I used llvm 3.3
Can anyone shed some light on this ?
Thanks
On Wed, May 27, 2015 at 9:12 AM, Hui Zhang <wayne.huizhang at gmail.com> wrote:
> Hello, Everyone
>
> I'm using llvm 3.6 DIBuilder module to build the debug information for
> Chapel language(the Chapel-llvm front end works fine). When I run the test
> program, I got these assertions failed:
> !718
> Expected no forward declarations!
> !719
> Expected no forward declarations!
> !720
> Expected no forward declarations!
> !721
> Expected no forward declarations!
> !722
> All nodes should be resolved!
> !716
>
> How should I debug it since the bitcode file isn't generated and I can't
> see what exactly those MDNodes represent...
>
> Any information would be great appreciated, not found any useful posts
> online yet
>
> Thanks a lot !
>
> --
> Best regards
>
>
> Hui Zhang
>
--
Best regards
Hui Zhang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150527/a6913ff4/attachment.html>
More information about the llvm-dev
mailing list