[all-commits] [llvm/llvm-project] 68ff49: [NFC] Fixed some D79714 warnings
nemanja-ibm via All-commits
all-commits at lists.llvm.org
Sun Apr 25 12:42:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68ff493dfc950c05c102e09e14a16d06253ffa16
https://github.com/llvm/llvm-project/commit/68ff493dfc950c05c102e09e14a16d06253ffa16
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-04-25 (Sun, 25 Apr 2021)
Changed paths:
M clang/include/clang/Basic/OpenCLOptions.h
M llvm/utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/include/mlir/Support/TypeID.h
M mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-gen.cpp
Log Message:
-----------
[NFC] Fixed some D79714 warnings
Commit: 504eee28fe0ff4cf582f623b2ee83e9940e33024
https://github.com/llvm/llvm-project/commit/504eee28fe0ff4cf582f623b2ee83e9940e33024
Author: Nemanja Ivanovic <nemanjai at ca.ibm.com>
Date: 2021-04-25 (Sun, 25 Apr 2021)
Changed paths:
M llvm/utils/unittest/googlemock/include/gmock/gmock.h
Log Message:
-----------
Disable deprecated-copy warnings on various LLVM code to bring the bot back to green
Bootstrap with `-Werror` is currently broken due to D79714.
This patch is required to bring the bootstrap bot back to green. The
code will likely need to be fixed and the pragmas removed in due time,
but for now we need to bring the bot back up.
Bot that is currently failing:
https://lab.llvm.org/buildbot/#/builders/36/builds/7680
Differential Revision: https://reviews.llvm.org/D101214
Compare: https://github.com/llvm/llvm-project/compare/fc86e6d188c3...504eee28fe0f
More information about the All-commits
mailing list