[all-commits] [llvm/llvm-project] f3e297: Fix build with gcc 7.5 by adding a "redundant move"
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Wed Mar 18 07:22:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f3e297d90fc326758ba9043abcdb1d7c5fa0373d
https://github.com/llvm/llvm-project/commit/f3e297d90fc326758ba9043abcdb1d7c5fa0373d
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-03-18 (Wed, 18 Mar 2020)
Changed paths:
M llvm/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp
M llvm/examples/ThinLtoJIT/ThinLtoJIT.cpp
Log Message:
-----------
Fix build with gcc 7.5 by adding a "redundant move"
The constructor of Expected<T> expects as T&&, but gcc-7.5 does not
infer an rvalue in this context apparently.
Commit: 4d506da91c455bed75000edaafcf474ba043bf22
https://github.com/llvm/llvm-project/commit/4d506da91c455bed75000edaafcf474ba043bf22
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-03-18 (Wed, 18 Mar 2020)
Changed paths:
M llvm/examples/ThinLtoJIT/ThinLtoModuleIndex.cpp
Log Message:
-----------
Fix `warning: extra ‘;’` (NFC)
Compare: https://github.com/llvm/llvm-project/compare/85334b030a6e...4d506da91c45
More information about the All-commits
mailing list