diff options
author | Martin Storsjö <martin@martin.st> | 2021-03-19 13:45:52 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2021-03-22 15:14:46 +0200 |
commit | c027553d95fa481e873d47186e761bddc6f12d92 (patch) | |
tree | 0585142309ab23d3d713ada53ecc419a96e6d6ac /llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp | |
parent | 972b6a3a3471c2a742c5c5d8ec004ff640d544c4 (diff) | |
download | llvm-c027553d95fa481e873d47186e761bddc6f12d92.zip llvm-c027553d95fa481e873d47186e761bddc6f12d92.tar.gz llvm-c027553d95fa481e873d47186e761bddc6f12d92.tar.bz2 |
[cmake] Disable GCC 9's -Wpessimizing-move
Similar to the existing code for disabling GCC's -Wredudant-move,
also check for the -Wpessimizing-move option and disable it if
possible.
This silences another bunch of noisy warnings when building LLVM
with GCC 9.
As noted for -Wredundant-move, the code can't be fixed to silence the
warnings while retaining support for older compilers.
Differential Revision: https://reviews.llvm.org/D98942
Diffstat (limited to 'llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp')
0 files changed, 0 insertions, 0 deletions