This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Remove call to 'clang-offload-wrapper' binary
ClosedPublic

Authored by jhuber6 on Jan 25 2022, 2:50 PM.

Details

Summary

This patch removes the system call to the clang-offload-wrapper tool
by replicating its functionality in a new file. This improves
performance and makes the future wrapping functionality easier to
change.

Depends on D118197

Diff Detail

Event Timeline

jhuber6 created this revision.Jan 25 2022, 2:50 PM
jhuber6 requested review of this revision.Jan 25 2022, 2:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2022, 2:50 PM
This revision is now accepted and ready to land.Jan 31 2022, 7:45 PM
This revision was landed with ongoing or failed builds.Jan 31 2022, 8:12 PM
This revision was automatically updated to reflect the committed changes.