[all-commits] [llvm/llvm-project] 064e7d: [Kaleidoscope][BuildingAJIT] Add a missing std::move.
lhames via All-commits
all-commits at lists.llvm.org
Sun Dec 15 15:40:56 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 064e7d1df17dcd7f82215c258e2793aa1f8ed760
https://github.com/llvm/llvm-project/commit/064e7d1df17dcd7f82215c258e2793aa1f8ed760
Author: Lang Hames <lhames at gmail.com>
Date: 2019-12-15 (Sun, 15 Dec 2019)
Changed paths:
M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h
Log Message:
-----------
[Kaleidoscope][BuildingAJIT] Add a missing std::move.
This should fix the build failure described in
https://github.com/llvm/llvm-project/issues/63.
More information about the All-commits
mailing list