This is an archive of the discontinued LLVM Phabricator instance.

[OMPT] Print two more addresses in print_fuzzy_address_block()
ClosedPublic

Authored by sconvent on Jul 16 2018, 6:46 AM.

Details

Summary

The two more outputs are needed to match the return addresses when using the Intel Compiler, as it generates more instructions between the fuzzy-printing of the address and the runtime call.

Diff Detail

Repository
rL LLVM

Event Timeline

sconvent created this revision.Jul 16 2018, 6:46 AM
hbae accepted this revision.Jul 19 2018, 2:51 PM

LGTM.

This revision is now accepted and ready to land.Jul 19 2018, 2:51 PM
This revision was automatically updated to reflect the committed changes.