[compiler-rt] ce8ed00 - Revert Wframe-larger-than to 530
via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 6 13:52:15 PDT 2023
Author: AdityaK
Date: 2023-10-06T13:51:51-07:00
New Revision: ce8ed0008713781e58777d251f654a9a547f43b7
URL: https://github.com/llvm/llvm-project/commit/ce8ed0008713781e58777d251f654a9a547f43b7
DIFF: https://github.com/llvm/llvm-project/commit/ce8ed0008713781e58777d251f654a9a547f43b7.diff
LOG: Revert Wframe-larger-than to 530
I missed reverting this change committed in cd0a8245b0feb951569eb3d396a1ff629daeb55c.
Added:
Modified:
compiler-rt/lib/tsan/rtl/CMakeLists.txt
Removed:
################################################################################
diff --git a/compiler-rt/lib/tsan/rtl/CMakeLists.txt b/compiler-rt/lib/tsan/rtl/CMakeLists.txt
index dd16b5216edd380..791c0596f65abf7 100644
--- a/compiler-rt/lib/tsan/rtl/CMakeLists.txt
+++ b/compiler-rt/lib/tsan/rtl/CMakeLists.txt
@@ -2,7 +2,7 @@ include_directories(../..)
set(TSAN_RTL_CFLAGS ${TSAN_CFLAGS})
append_list_if(COMPILER_RT_HAS_MSSE4_2_FLAG -msse4.2 TSAN_RTL_CFLAGS)
-append_list_if(SANITIZER_LIMIT_FRAME_SIZE -Wframe-larger-than=656
+append_list_if(SANITIZER_LIMIT_FRAME_SIZE -Wframe-larger-than=530
TSAN_RTL_CFLAGS)
append_list_if(COMPILER_RT_HAS_WGLOBAL_CONSTRUCTORS_FLAG -Wglobal-constructors
TSAN_RTL_CFLAGS)
More information about the llvm-commits
mailing list