[all-commits] [llvm/llvm-project] 62627c: [Sanitizers] Replaced getMaxPointerSizeInBits with...

kstoimenov via All-commits all-commits at lists.llvm.org
Mon Oct 18 09:32:05 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 62627c721732525a06da4292ca151e8e529911c6
      https://github.com/llvm/llvm-project/commit/62627c721732525a06da4292ca151e8e529911c6
  Author: Kirill Stoimenov <kstoimenov at google.com>
  Date:   2021-10-18 (Mon, 18 Oct 2021)

  Changed paths:
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    A llvm/test/Analysis/StackSafetyAnalysis/i386-bug-fix.ll

  Log Message:
  -----------
  [Sanitizers] Replaced getMaxPointerSizeInBits with getPointerSizeInBits, which was causing failures for 32bit x86.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D111829




More information about the All-commits mailing list