[all-commits] [llvm/llvm-project] 16ed79: [mlir] tosa: build error when building with clang
long.chen via All-commits
all-commits at lists.llvm.org
Mon Mar 28 13:02:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 16ed79d569524a5ed59a20ba54089d744e851ea0
https://github.com/llvm/llvm-project/commit/16ed79d569524a5ed59a20ba54089d744e851ea0
Author: lipracer <lipracer at gmail.com>
Date: 2022-03-28 (Mon, 28 Mar 2022)
Changed paths:
M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
Log Message:
-----------
[mlir] tosa: build error when building with clang
The change of https://reviews.llvm.org/D121513#3411651
has caused a build error when building with clang:
/mnt/vss/_work/1/llvm-project/mlir/lib/Dialect/Tosa/IR/TosaOps.cpp:599:26: error: extra ';' outside of a function is incompatible with C++98 [-Werror,-Wc++98-compat-extra-semi]
ReduceFolder(ReduceAllOp);
Reviewed By: hpmorgan, Mogball
Differential Revision: https://reviews.llvm.org/D122599
More information about the All-commits
mailing list