This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Fix build with GCC 7.3.0
ClosedPublic

Authored by yota9 on Apr 19 2022, 8:50 AM.

Details

Summary

The gcc 7.3.0 version raises "could not covert" error without std::move
used explicitly.

Diff Detail

Event Timeline

yota9 created this revision.Apr 19 2022, 8:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2022, 8:50 AM
Herald added a subscriber: ayermolo. · View Herald Transcript
yota9 requested review of this revision.Apr 19 2022, 8:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2022, 8:50 AM
Amir accepted this revision.Apr 19 2022, 10:06 AM
Amir retitled this revision from [BOLT] Fix build to [BOLT] Fix build with GCC 7.3.0.
This revision is now accepted and ready to land.Apr 19 2022, 10:06 AM
This revision was automatically updated to reflect the committed changes.