[PATCH] D98942: [cmake] Disable GCC 9's -Wpessimizing-move
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 19 05:00:30 PDT 2021
xbolva00 added inline comments.
================
Comment at: llvm/cmake/modules/HandleLLVMOptions.cmake:700
# Check if -Wnon-virtual-dtor warns even though the class is marked final.
# If it does, don't add it. So it won't be added on clang 3.4 and older.
# This also catches cases when -Wnon-virtual-dtor isn't supported by
----------------
Maybe we can drop this? LLVM supports clang 3.6 or newer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98942/new/
https://reviews.llvm.org/D98942
More information about the llvm-commits
mailing list