aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2019-08-21 15:53:08 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2019-08-21 15:53:08 +0000
commitf7489141be5df992e569886caad22b7d9d5dde35 (patch)
tree5ec85a0b61a77123721ec461dc482ed6c7820bc3 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent138a815a003e61e18c11d53cc1b17d20dd484355 (diff)
downloadllvm-f7489141be5df992e569886caad22b7d9d5dde35.zip
llvm-f7489141be5df992e569886caad22b7d9d5dde35.tar.gz
llvm-f7489141be5df992e569886caad22b7d9d5dde35.tar.bz2
[Sanitizer] Disable -Wframe-larger-than on SystemZ
SystemZ builds show -Wframe-larger-than warnings in two functions: 'sanitizer::SuspendedThreadsListLinux::GetRegistersAndSP' 'sanitizer::SizeClassAllocator32<__sanitizer::AP32>::PopulateFreeList' In both cases, the frame size looks correct; each of the functions has a large local variable that brings the frame size close to the limit even on x86, and the extra 160 bytes of the default register save areas on SystemZ pushes it over the limit. PowerPC and MIPS already disable this warning; do the same on SystemZ. Differential Revision: https://reviews.llvm.org/D66021 llvm-svn: 369543
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions