[all-commits] [llvm/llvm-project] ae97b5: [mlir:Bytecode] Move variable to inside of the lam...
River Riddle via All-commits
all-commits at lists.llvm.org
Tue Aug 23 17:44:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae97b5acf85de913d05f720f982d7a017369a01a
https://github.com/llvm/llvm-project/commit/ae97b5acf85de913d05f720f982d7a017369a01a
Author: River Riddle <riddleriver at gmail.com>
Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths:
M mlir/lib/Bytecode/Writer/BytecodeWriter.cpp
Log Message:
-----------
[mlir:Bytecode] Move variable to inside of the lambda to fix MSVC build
MSVC is not picking up a variable capture somehow, try moving it inside.
More information about the All-commits
mailing list