[all-commits] [llvm/llvm-project] a19e16: Fixed broken build under GCC 5.4.
Stanislav Funiak via All-commits
all-commits at lists.llvm.org
Fri Nov 26 19:34:20 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a19e16352610000eae758f9aa930069540f4452f
https://github.com/llvm/llvm-project/commit/a19e16352610000eae758f9aa930069540f4452f
Author: Stanislav Funiak <stano at cerebras.net>
Date: 2021-11-27 (Sat, 27 Nov 2021)
Changed paths:
M mlir/lib/Conversion/PDLToPDLInterp/PDLToPDLInterp.cpp
Log Message:
-----------
Fixed broken build under GCC 5.4.
This diff fixes broken build caused by D108550. Under GCC 5, auto lambdas that capture this require `this->` for member calls.
Reviewed By: bondhugula
Differential Revision: https://reviews.llvm.org/D114659
More information about the All-commits
mailing list