[all-commits] [llvm/llvm-project] bed3e1: [Sanitizer] Update macOS version checking

Julian Lettner via All-commits all-commits at lists.llvm.org
Thu Jul 9 17:28:18 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bed3e1a99b41f5a9525bc0edf12ecbcf63aab0cf
      https://github.com/llvm/llvm-project/commit/bed3e1a99b41f5a9525bc0edf12ecbcf63aab0cf
  Author: Julian Lettner <julian.lettner at apple.com>
  Date:   2020-07-09 (Thu, 09 Jul 2020)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_mac_test.cpp

  Log Message:
  -----------
  [Sanitizer] Update macOS version checking

Support macOS 11 in our runtime version checking code and update
`GetMacosAlignedVersionInternal()` accordingly.  This follows the
implementation of `Triple::getMacOSXVersion()` in the Clang driver.

Reviewed By: delcypher

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




More information about the All-commits mailing list