This is an archive of the discontinued LLVM Phabricator instance.

Fixed instrumentation of x86 intel syntax inline assembly.
ClosedPublic

Authored by ygorshenin on Apr 24 2014, 2:44 AM.

Details

Reviewers
eugenis
Summary

Fixed instrumentation of x86 intel syntax inline assembly.

Diff Detail

Event Timeline

ygorshenin updated this revision to Diff 8797.Apr 24 2014, 2:44 AM
ygorshenin retitled this revision from to Fixed instrumentation of x86 intel syntax inline assembly..
ygorshenin updated this object.
ygorshenin edited the test plan for this revision. (Show Details)
ygorshenin added a reviewer: eugenis.
ygorshenin added a subscriber: Unknown Object (MLST).Apr 24 2014, 2:51 AM
eugenis accepted this revision.Apr 24 2014, 2:53 AM
eugenis edited edge metadata.

LGTM

This revision is now accepted and ready to land.Apr 24 2014, 2:53 AM
eugenis closed this revision.Apr 24 2014, 3:03 AM

Committed in r207092.

Thank you, Eugene!