Displaying 2 results from an estimated 2 matches for "visitmdnod".
Did you mean:
visitmdnode
2014 Dec 18
1
[LLVMdev] Metadata/Value split has landed
...seems to
match up. I suspect, rather, that there's a temporary node in the metadata
graph on entry to `CloneFunction()`; this isn't supported, and would cause
the same assertion to fire.
Try running the verifier right before calling `CloneFunction()`: I put a
check for this in `Verifier::visitMDNode()`.
2014 Dec 10
4
[LLVMdev] Metadata/Value split has landed
The `Metadata`/`Value` split (PR21532) landed in r223802 -- at least, the
C++ side of it. This was a rocky day, but I suppose that's what I get
for failing to stage the change in smaller pieces.
As of r223916 (lldb), I'm not aware of any remaining (in-tree) breakage,
so if I've missed some problem in the sea of buildbot errors, please
flag me down.
I'll follow up soon with