[all-commits] [llvm/llvm-project] 46591b: [libunwind] Add -Wno-suggest-override to CMakeList...
Kristina Brooks via All-commits
all-commits at lists.llvm.org
Fri Jul 31 11:04:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 46591b95362325d262ca29ce13e7b5ddda624bc8
https://github.com/llvm/llvm-project/commit/46591b95362325d262ca29ce13e7b5ddda624bc8
Author: kristina <notstina at gmail.com>
Date: 2020-07-31 (Fri, 31 Jul 2020)
Changed paths:
M libunwind/CMakeLists.txt
Log Message:
-----------
[libunwind] Add -Wno-suggest-override to CMakeLists.txt.
Set -Wno-suggest-override where such warning is provided
by the compiler when building libunwind, alongside libcxx
and libcxxabi, using recent Clang. This extends behavior
introduced in 77e0e9e17daf0865620abcd41f692ab0642367c4
to libunwind, avoiding a large amount of warnings during
builds. See D84126 for the original patch.
More information about the All-commits
mailing list