[all-commits] [llvm/llvm-project] 44bb5c: [mlir] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Jan 12 12:32:04 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44bb5cd80d08e92f1d4cf2d1447d9b16dfe8334d
https://github.com/llvm/llvm-project/commit/44bb5cd80d08e92f1d4cf2d1447d9b16dfe8334d
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-12 (Wed, 12 Jan 2022)
Changed paths:
M mlir/lib/Dialect/Arithmetic/Transforms/ExpandOps.cpp
Log Message:
-----------
[mlir] Fix a warning
This patch fixes:
mlir/lib/Dialect/Arithmetic/Transforms/ExpandOps.cpp:161:52: error:
'static_assert' with no message is a C++17 extension
[-Werror,-Wc++17-extensions]
More information about the All-commits
mailing list