This is an archive of the discontinued LLVM Phabricator instance.

[PGOProfile] Make tests independent of the raw profile version (NFC)
ClosedPublic

Authored by vsk on Apr 19 2016, 3:26 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vsk updated this revision to Diff 54278.Apr 19 2016, 3:26 PM
vsk retitled this revision from to [PGOProfile] Make tests independent of the raw profile version (NFC).
vsk updated this object.
vsk added a reviewer: xur.
vsk added a subscriber: llvm-commits.
xur accepted this revision.Apr 19 2016, 3:37 PM
xur edited edge metadata.

Look good to me.
Thanks for fixing this.

-Rong

This revision is now accepted and ready to land.Apr 19 2016, 3:37 PM
vsk updated this revision to Diff 54392.Apr 20 2016, 10:58 AM
vsk edited edge metadata.
  • Fix a bug where a lit variable capture is used on the wrong CHECK line.

The tests pass and @xur is ok with the idea here, so I'll commit this later today barring any objections.

This revision was automatically updated to reflect the committed changes.