[all-commits] [llvm/llvm-project] cb9f9d: [mlir] Fix GCC5 compilation problem in MLIR->LLVM ...
ftynse via All-commits
all-commits at lists.llvm.org
Tue Aug 4 05:43:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cb9f9df5f8239e291a62934b0f64eb795b26d84a
https://github.com/llvm/llvm-project/commit/cb9f9df5f8239e291a62934b0f64eb795b26d84a
Author: Alex Zinenko <zinenko at google.com>
Date: 2020-08-04 (Tue, 04 Aug 2020)
Changed paths:
M mlir/lib/Target/LLVMIR/TypeTranslation.cpp
Log Message:
-----------
[mlir] Fix GCC5 compilation problem in MLIR->LLVM type translation
GCC5 seems to dislike generic lambdas calling a method of the class
containing the lambda without explicit `this`.
More information about the All-commits
mailing list