[all-commits] [llvm/llvm-project] 20f38d: [compiler-rt] add SANITIZER_OSX

Emily Shi via All-commits all-commits at lists.llvm.org
Mon Apr 12 11:46:05 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 20f38d01420e5091c076e99be6b9c5ce5aaef064
      https://github.com/llvm/llvm-project/commit/20f38d01420e5091c076e99be6b9c5ce5aaef064
  Author: Emily Shi <code at emi.sh>
  Date:   2021-04-12 (Mon, 12 Apr 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_platform.h

  Log Message:
  -----------
  [compiler-rt] add SANITIZER_OSX

This will allow us to make osx specific changes easier. Because apple silicon macs also run on aarch64, it was easy to confuse it with iOS.

rdar://75302812

Reviewed By: yln

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




More information about the All-commits mailing list