This is an archive of the discontinued LLVM Phabricator instance.

Correct an incorrect OMPT ifdef
ClosedPublic

Authored by jmellorcrummey on Sep 16 2015, 12:25 PM.

Details

Summary

An ifdef for OMPT_TRACE needs to be OMPT_BLAME so that both instances of a callback are controlled by the same ifdef.

Diff Detail

Repository
rL LLVM

Event Timeline

jmellorcrummey retitled this revision from to Correct an incorrect OMPT ifdef .
jmellorcrummey updated this object.
jmellorcrummey added a reviewer: openmp-commits.
jmellorcrummey set the repository for this revision to rL LLVM.
omalyshe accepted this revision.Sep 17 2015, 2:11 AM
omalyshe added a reviewer: omalyshe.
omalyshe added a subscriber: omalyshe.

LGTM.

This revision is now accepted and ready to land.Sep 17 2015, 2:11 AM
This revision was automatically updated to reflect the committed changes.