This is an archive of the discontinued LLVM Phabricator instance.

[Object] Change OffloadBinary::write to return SmallString<0>
ClosedPublic

Authored by MaskRay on Aug 31 2023, 10:35 PM.

Details

Summary

SmallString<0> is more flexible and avoids an unneeded copy in
ObjectYAML/OffloadEmitter.cpp.

Diff Detail

Event Timeline

MaskRay created this revision.Aug 31 2023, 10:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2023, 10:35 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
MaskRay requested review of this revision.Aug 31 2023, 10:35 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 31 2023, 10:35 PM
MaskRay updated this revision to Diff 555258.Aug 31 2023, 10:39 PM

update clang-offload-packager

jhuber6 accepted this revision.Sep 1 2023, 5:29 AM
This revision is now accepted and ready to land.Sep 1 2023, 5:29 AM