[all-commits] [llvm/llvm-project] 84bd07: [mlir] Fix GCC5 build after D104516
River Riddle via All-commits
all-commits at lists.llvm.org
Tue Jun 22 20:20:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84bd07aff901e4f35b48ae46699dd9424d16f90c
https://github.com/llvm/llvm-project/commit/84bd07aff901e4f35b48ae46699dd9424d16f90c
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-06-23 (Wed, 23 Jun 2021)
Changed paths:
M mlir/lib/Pass/Pass.cpp
Log Message:
-----------
[mlir] Fix GCC5 build after D104516
GCC5 isn't able to implicitly capture `this` properly in an `auto` lambda.
More information about the All-commits
mailing list