This is an archive of the discontinued LLVM Phabricator instance.

[libomptarget] Always enable time tracing in libomptarget
ClosedPublic

Authored by jhuber6 on Aug 29 2022, 8:02 AM.

Details

Summary

Previously time tracing features were hidden behind an optional CMake
option. This was because libomptarget was not based on the LLVM
libraries at that time. Now that libomptarget is an LLVM library we
should be able to freely use the LLVMSupport library whenever we want
and do not need to guard it in this way.

Diff Detail

Event Timeline

jhuber6 created this revision.Aug 29 2022, 8:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2022, 8:02 AM
Herald added a subscriber: mgorny. · View Herald Transcript
jhuber6 requested review of this revision.Aug 29 2022, 8:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2022, 8:02 AM
jdoerfert accepted this revision.Aug 29 2022, 8:10 AM

LG, thx!

This revision is now accepted and ready to land.Aug 29 2022, 8:10 AM
This revision was automatically updated to reflect the committed changes.