Displaying 3 results from an estimated 3 matches for "253730".
Did you mean:
25373
2015 Jun 02
2
[LLVMdev] MDNodeFwdDecl
...Expected no forward declarations!
!719
The assertion condition is: !isa<MDNodeFwdDecl> (MD)
So My questions are:
1. What is exactly the MDNodeFwdDecl ? I saw it's in the latest release
3.6.1, but I also found this link
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20150119/253730.html
saying that MDNodeFwdDecl has been removed, and neither can I find class
reference of it on the llvm doxgen website. So is it still valid ??
2. How and when will it be generated when I use DIBuilder module ?
Thanks
--
Best regards
Hui Zhang
-------------- next part --------------
An HT...
2015 Jun 02
2
[LLVMdev] MDNodeFwdDecl
...s!
> !719
>
> The assertion condition is: !isa<MDNodeFwdDecl> (MD)
>
> So My questions are:
> 1. What is exactly the MDNodeFwdDecl ? I saw it's in the latest release 3.6.1, but I also found this link http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20150119/253730.html
> saying that MDNodeFwdDecl has been removed, and neither can I find class reference of it on the llvm doxgen website. So is it still valid ??
>
> 2. How and when will it be generated when I use DIBuilder module ?
I suspect you've neglected to call `DIBuilder::finalize()`.
On...
2010 Jan 13
65
ntpd under Xen Dom0 exhibits extremely high jitter/noise? runs stable/quiet under non-xen kernel.
On a selection of boxes, ntpd running in Xen Dom0 reproducibly
exhibits extermely high noise/jitter.
Switching back to -default, non-xen kernel ntpd runs with very low jitter/noise.
Question -- how can I ''tame'' ntpd noise & jitter when running in Dom0?
Is the problem a config issue, or a bug?
Already reported this downstream; everybody''s "stumped".