This is an archive of the discontinued LLVM Phabricator instance.

[Libomptarget][NFC] Move legacy functions to a separate file
ClosedPublic

Authored by jhuber6 on Jun 29 2022, 6:24 AM.

Details

Summary

This patch moves the old legacy interfaces into libomptarget to a
separate file. These do not need to be included anywhere and are simply
provided for backwards compatibility with the ABI. This cleans up the
interface greatly.

Depends on D128817

Diff Detail

Event Timeline

jhuber6 created this revision.Jun 29 2022, 6:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 29 2022, 6:24 AM
Herald added a subscriber: mgorny. · View Herald Transcript
jhuber6 requested review of this revision.Jun 29 2022, 6:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 29 2022, 6:24 AM
JonChesterfield accepted this revision.Jun 29 2022, 6:34 AM

Nice, good idea. Thanks

This revision is now accepted and ready to land.Jun 29 2022, 6:34 AM
jhuber6 updated this revision to Diff 441050.Jun 29 2022, 9:28 AM

Update with version.