Skip to content

Commit ce8ed00

Browse files
committed
Revert Wframe-larger-than to 530
I missed reverting this change committed in cd0a824.
1 parent cd0a824 commit ce8ed00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/tsan/rtl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include_directories(../..)
22

33
set(TSAN_RTL_CFLAGS ${TSAN_CFLAGS})
44
append_list_if(COMPILER_RT_HAS_MSSE4_2_FLAG -msse4.2 TSAN_RTL_CFLAGS)
5-
append_list_if(SANITIZER_LIMIT_FRAME_SIZE -Wframe-larger-than=656
5+
append_list_if(SANITIZER_LIMIT_FRAME_SIZE -Wframe-larger-than=530
66
TSAN_RTL_CFLAGS)
77
append_list_if(COMPILER_RT_HAS_WGLOBAL_CONSTRUCTORS_FLAG -Wglobal-constructors
88
TSAN_RTL_CFLAGS)

0 commit comments

Comments
 (0)