[all-commits] [llvm/llvm-project] b7ce8f: [LLJIT] Add std::move() as a workaround for older ...
jkorous-apple via All-commits
all-commits at lists.llvm.org
Fri Mar 13 15:25:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b7ce8fa91ed2f01cb15d9f69d9819fc6893305f2
https://github.com/llvm/llvm-project/commit/b7ce8fa91ed2f01cb15d9f69d9819fc6893305f2
Author: Jan Korous <jkorous at apple.com>
Date: 2020-03-13 (Fri, 13 Mar 2020)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
Log Message:
-----------
[LLJIT] Add std::move() as a workaround for older compilers
Clang 3.8 isn't able to bind the variable to rvalue-ref which breaks the build.
More information about the All-commits
mailing list