[all-commits] [llvm/llvm-project] 63686a: [BOLT] Fix build with GCC 7.3.0
Vladislav Khmelevsky via All-commits
all-commits at lists.llvm.org
Thu Apr 21 03:48:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 63686af1e1d1848ccbc3deb87012050922a0c51b
https://github.com/llvm/llvm-project/commit/63686af1e1d1848ccbc3deb87012050922a0c51b
Author: Vladislav Khmelevsky <och95 at yandex.ru>
Date: 2022-04-21 (Thu, 21 Apr 2022)
Changed paths:
M bolt/lib/Core/BinaryContext.cpp
M bolt/lib/Rewrite/MachORewriteInstance.cpp
M bolt/lib/Rewrite/RewriteInstance.cpp
Log Message:
-----------
[BOLT] Fix build with GCC 7.3.0
The gcc 7.3.0 version raises "could not covert" error without std::move
used explicitly.
Differential Revision: https://reviews.llvm.org/D124009
More information about the All-commits
mailing list