[all-commits] [llvm/llvm-project] bf1468: [mlir] Change deprecated -Werror-implicit-function...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Nov 4 18:34:08 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bf146857bbb3fa4bc30ee4f42829ddc4c19c41de
https://github.com/llvm/llvm-project/commit/bf146857bbb3fa4bc30ee4f42829ddc4c19c41de
Author: Fangrui Song <i at maskray.me>
Date: 2020-11-04 (Wed, 04 Nov 2020)
Changed paths:
M mlir/CMakeLists.txt
Log Message:
-----------
[mlir] Change deprecated -Werror-implicit-function-declaration to -Werror=implicit-function-declaration
This -Werror- form has been deprecated since 2007 (GCC r122017).
And only enable it for CMAKE_C_FLAGS. C++ does not need it.
More information about the All-commits
mailing list