This is an archive of the discontinued LLVM Phabricator instance.

Don't generate discriminators for calls to debug intrinsics
ClosedPublic

Authored by labath on Nov 13 2015, 7:35 AM.

Details

Summary

This fails a check in Verifier.cpp, which checks for location matches between the declared
variable and the !dbg attachments.

Diff Detail

Repository
rL LLVM

Event Timeline

labath updated this revision to Diff 40150.Nov 13 2015, 7:35 AM
labath retitled this revision from to Don't generate discriminators for calls to debug intrinsics.
labath updated this object.
labath added reviewers: dnovillo, dblaikie, danielcdh.
labath added a subscriber: llvm-commits.
dnovillo accepted this revision.Nov 13 2015, 7:40 AM
dnovillo edited edge metadata.

LGTM. Thanks for the fix.

This revision is now accepted and ready to land.Nov 13 2015, 7:40 AM
This revision was automatically updated to reflect the committed changes.