dvyukov accepted this revision. dvyukov added inline comments. This revision is now accepted and ready to land.
================ Comment at: compiler-rt/lib/tsan/rtl/CMakeLists.txt:5 append_list_if(COMPILER_RT_HAS_MSSE4_2_FLAG -msse4.2 TSAN_RTL_CFLAGS) -append_list_if(SANITIZER_LIMIT_FRAME_SIZE -Wframe-larger-than=530 +append_list_if(SANITIZER_LIMIT_FRAME_SIZE -Wframe-larger-than=656 TSAN_RTL_CFLAGS) ---------------- vitalybuka wrote: > Maybe this one is not needed after b31bd6d8046d01a66aa92993bacb56b115a67fc5 Yes, is this needed? What function does have larger frame? If we increase the limit, other arches will slowly slinetly degrade too. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D145214/new/ https://reviews.llvm.org/D145214 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits