This is an archive of the discontinued LLVM Phabricator instance.

[clang-offload-bundler] Add sections and set section flags using one llvm-objcopy invocation
ClosedPublic

Authored by sdmitriev on May 17 2021, 11:43 PM.

Details

Summary

llvm-objcopy has been changed to support adding a section and updating section flags
in one run (D90438), so we can now change clang-offload-bundler to run llvm-objcopy
tool only once when creating fat object.

Diff Detail

Event Timeline

sdmitriev created this revision.May 17 2021, 11:43 PM
sdmitriev requested review of this revision.May 17 2021, 11:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2021, 11:43 PM
This revision is now accepted and ready to land.May 18 2021, 5:11 AM