[all-commits] [llvm/llvm-project] 5d91f7: [mlir] Fix -Wstrict-prototypes warning
Tom Eccles via All-commits
all-commits at lists.llvm.org
Mon Dec 12 04:06:02 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d91f79fced13604ff401e5f5a6d5c3a9062ab20
https://github.com/llvm/llvm-project/commit/5d91f79fced13604ff401e5f5a6d5c3a9062ab20
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2022-12-12 (Mon, 12 Dec 2022)
Changed paths:
M mlir/include/mlir-c/BuiltinAttributes.h
M mlir/include/mlir-c/BuiltinTypes.h
M mlir/include/mlir-c/Dialect/Quant.h
M mlir/include/mlir-c/IR.h
M mlir/include/mlir-c/RegisterEverything.h
M mlir/include/mlir-c/Support.h
M mlir/test/CAPI/execution_engine.c
M mlir/test/CAPI/ir.c
M mlir/test/CAPI/llvm.c
M mlir/test/CAPI/pass.c
M mlir/test/CAPI/pdl.c
M mlir/test/CAPI/quant.c
M mlir/test/CAPI/sparse_tensor.c
M mlir/tools/mlir-tblgen/PassCAPIGen.cpp
Log Message:
-----------
[mlir] Fix -Wstrict-prototypes warning
These warnings prevent compilation using clang and
-DLLVM_ENABLE_WERROR=On.
Differential revision: https://reviews.llvm.org/D139322
More information about the All-commits
mailing list