[all-commits] [llvm/llvm-project] 0aa5e3: [ORC] Add a missing '&'.
lhames via All-commits
all-commits at lists.llvm.org
Mon Oct 19 00:20:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0aa5e34f659121da76c0ce18d06735930d9d0775
https://github.com/llvm/llvm-project/commit/0aa5e34f659121da76c0ce18d06735930d9d0775
Author: Lang Hames <lhames at gmail.com>
Date: 2020-10-19 (Mon, 19 Oct 2020)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
Log Message:
-----------
[ORC] Add a missing '&'.
Commit: d54c4e382114650ac8084b7511083253cbe9b8d1
https://github.com/llvm/llvm-project/commit/d54c4e382114650ac8084b7511083253cbe9b8d1
Author: Lang Hames <lhames at gmail.com>
Date: 2020-10-19 (Mon, 19 Oct 2020)
Changed paths:
M llvm/unittests/ExecutionEngine/Orc/ResourceTrackerTest.cpp
Log Message:
-----------
[ORC] Move SimpleResourceManager function object inits out of constructor.
MSVC doesn't seem to like capturing references to variables in lambdas passed to
the variable's constructor. This should fix the windows bots that have been
unable to build the new ResourceTracker unit test.
Compare: https://github.com/llvm/llvm-project/compare/f693f915a07e...d54c4e382114
More information about the All-commits
mailing list