[compiler-rt] 58f1534 - Revert "[scudo] Enable more warnings for standalone build"
Lei Huang via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 12 07:26:08 PST 2022
Author: Lei Huang
Date: 2022-12-12T10:25:58-05:00
New Revision: 58f1534320318e366fd19e7451272bb9a6774e5f
URL: https://github.com/llvm/llvm-project/commit/58f1534320318e366fd19e7451272bb9a6774e5f
DIFF: https://github.com/llvm/llvm-project/commit/58f1534320318e366fd19e7451272bb9a6774e5f.diff
LOG: Revert "[scudo] Enable more warnings for standalone build"
This reverts commit a2b0673dbe5d5d24194fbc33a9b0e21a414fa50b.
Broke ppc sanitizer bot: https://lab.llvm.org/buildbot/#/builders/19/builds/14037
Added:
Modified:
compiler-rt/lib/scudo/standalone/CMakeLists.txt
Removed:
################################################################################
diff --git a/compiler-rt/lib/scudo/standalone/CMakeLists.txt b/compiler-rt/lib/scudo/standalone/CMakeLists.txt
index ef55d9584d265..d7d1c3259fbab 100644
--- a/compiler-rt/lib/scudo/standalone/CMakeLists.txt
+++ b/compiler-rt/lib/scudo/standalone/CMakeLists.txt
@@ -7,8 +7,6 @@ set(SCUDO_CFLAGS)
list(APPEND SCUDO_CFLAGS
-Werror=conversion
-Wall
- -Wextra
- -pedantic
-g
-nostdinc++)
More information about the llvm-commits
mailing list