[all-commits] [llvm/llvm-project] a0ea73: [mlir] Attempt working around a GCC 5 bug
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Tue Feb 1 02:59:14 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0ea73394fd17953772f7ac709a99f1850fd0939
https://github.com/llvm/llvm-project/commit/a0ea73394fd17953772f7ac709a99f1850fd0939
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M mlir/tools/mlir-tblgen/OpFormatGen.cpp
Log Message:
-----------
[mlir] Attempt working around a GCC 5 bug
It doesn't like implicit `this` in generic lambdas.
More information about the All-commits
mailing list