This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][OpenMPIRBuilder] Migrate OffloadEntriesInfoManager from clang to OMPIRbuilder
ClosedPublic

Authored by jsjodin on Oct 12 2022, 8:43 AM.

Details

Summary

This patch moves the implementation of the OffloadEntriesInfoManager to the OMPIRbuilder. This class will later be used by flang as well.

Diff Detail

Event Timeline

jsjodin created this revision.Oct 12 2022, 8:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2022, 8:43 AM
jsjodin requested review of this revision.Oct 12 2022, 8:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2022, 8:43 AM
jsjodin updated this revision to Diff 467214.Oct 12 2022, 11:41 AM

Fix formatting.

jsjodin updated this revision to Diff 467586.Oct 13 2022, 1:31 PM

fix formatting again (wrong path to git-clang-format)

jdoerfert accepted this revision.Oct 13 2022, 3:06 PM

LG, assuming this passes all tests.

Upload patches with full context please.

This revision is now accepted and ready to land.Oct 13 2022, 3:06 PM
jsjodin closed this revision.Nov 1 2022, 9:01 AM