This is an archive of the discontinued LLVM Phabricator instance.

Fix line mapping information in LLVM JIT profiling with Vtune
ClosedPublic

Authored by denis.pravdin on Dec 10 2014, 10:51 PM.

Details

Summary

The line mapping information for dynamic code is reported incorrectly. It causes VTune to map LLVM generated code to source lines incorrectly. This patch fix this issue.

Diff Detail

Repository
rL LLVM

Event Timeline

denis.pravdin retitled this revision from to Fix line mapping information in LLVM JIT profiling with Vtune.
denis.pravdin updated this object.
denis.pravdin edited the test plan for this revision. (Show Details)
denis.pravdin added a reviewer: lhames.
denis.pravdin added a subscriber: Unknown Object (MLST).
lhames accepted this revision.Dec 12 2014, 9:06 AM
lhames edited edge metadata.

Looks good to me. Thanks Denis!

Please go ahead and commit this if you have access, otherwise I can commit this for you when I return from vacation on December 22nd.

This revision is now accepted and ready to land.Dec 12 2014, 9:06 AM
This revision was automatically updated to reflect the committed changes.