[all-commits] [llvm/llvm-project] 0e7d7f: [libc++] Disable -Wattributes in GCC
philnik777 via All-commits
all-commits at lists.llvm.org
Mon Feb 7 11:00:25 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e7d7fe9122c312efc4e43888ec5ac85dae4b3cf
https://github.com/llvm/llvm-project/commit/0e7d7fe9122c312efc4e43888ec5ac85dae4b3cf
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M libcxx/CMakeLists.txt
Log Message:
-----------
[libc++] Disable -Wattributes in GCC
Currently GCC produces lots of warnings. Most of them are `-Wattributes`, but these warnings are completly ignored by everybody. So let's disable -Wattributes and make the output cleaner.
Reviewed By: ldionne, #libc
Spies: libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D119140
More information about the All-commits
mailing list