This is an archive of the discontinued LLVM Phabricator instance.

[libomptarget] Minor cleanup of time tracing
AcceptedPublic

Authored by markdewing on Sep 23 2022, 9:18 AM.

Details

Reviewers
jdoerfert
Summary

Commit 04ae35e592c1e7e99bb3894420b6ff2117ace78a always enabled time
tracing. This performs additional code cleanup

Remove the #else clause (which had been part of the include guard as a
result of the previous commit).

Also move the include header to the top of the file.

Event Timeline

markdewing created this revision.Sep 23 2022, 9:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 23 2022, 9:18 AM
markdewing requested review of this revision.Sep 23 2022, 9:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 23 2022, 9:18 AM
This revision is now accepted and ready to land.Nov 3 2022, 11:33 PM