This is an archive of the discontinued LLVM Phabricator instance.

[amdgpu][nfc] Fix build with a certan Clang version
ClosedPublic

Authored by gribozavr on Jul 27 2022, 4:19 AM.

Details

Summary

It errors out in the Bazel CI:

AMDGPULowerModuleLDSPass.cpp:384:12: error: chosen constructor is
explicit in copy-initialization

return {SGV, std::move(Map)};

Diff Detail

Event Timeline

gribozavr created this revision.Jul 27 2022, 4:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2022, 4:19 AM
gribozavr requested review of this revision.Jul 27 2022, 4:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2022, 4:19 AM
rupprecht accepted this revision.Jul 27 2022, 8:26 AM
This revision is now accepted and ready to land.Jul 27 2022, 8:26 AM
This revision was landed with ongoing or failed builds.Jul 27 2022, 8:29 AM
This revision was automatically updated to reflect the committed changes.