[all-commits] [llvm/llvm-project] d01f55: [mlir] Fix c++20 compat warning. NFC. (#65801)
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Fri Sep 8 13:23:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d01f559ce9eedc7ab036b5a9e3d03fc861bc6a5d
https://github.com/llvm/llvm-project/commit/d01f559ce9eedc7ab036b5a9e3d03fc861bc6a5d
Author: Jakub Kuderski <jakub at nod-labs.com>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
M mlir/test/mlir-tblgen/op-interface.td
M mlir/tools/mlir-tblgen/OpInterfacesGen.cpp
Log Message:
-----------
[mlir] Fix c++20 compat warning. NFC. (#65801)
`concept` is a c++20 keyword and makes some buildbots fail:
https://lab.llvm.org/buildbot/#/builders/160/builds/24345
More information about the All-commits
mailing list