[all-commits] [llvm/llvm-project] 3a05af: Revert "[sanitizer] Fix MAC build after D108163"

Vitaly Buka via All-commits all-commits at lists.llvm.org
Mon Aug 16 15:47:01 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a05af12b3a716e2cef3a8b6e51500e3b0f1d449
      https://github.com/llvm/llvm-project/commit/3a05af12b3a716e2cef3a8b6e51500e3b0f1d449
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-08-16 (Mon, 16 Aug 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
    M compiler-rt/lib/sanitizer_common/sanitizer_malloc_mac.inc
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_bitvector_test.cpp

  Log Message:
  -----------
  Revert "[sanitizer] Fix MAC build after D108163"

They still fail to fix Darwin builds
https://green.lab.llvm.org/green/job/clang-stage1-RA/23399/consoleFull#462858634a1ca8a51-895e-46c6-af87-ce24fa4cd561

This reverts commit ae0628f716cc05ad28adf963538a67e69d58d21d.
This reverts commit 2c6448cdc2f68f8c28fd0bd9404182b81306e6e6.


  Commit: 7256c05ecb76137f1e4ac255e128fb9c73d6b4a5
      https://github.com/llvm/llvm-project/commit/7256c05ecb76137f1e4ac255e128fb9c73d6b4a5
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-08-16 (Mon, 16 Aug 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_bitvector_test.cpp

  Log Message:
  -----------
  [sanitizer] Define 32bit uptr as uint

This makes it consistent with uintptr_t.

It's 45138f788c9b3c4ac5d9ae4479841c411c15190e with Darwin fix.

Reviewed By: kstoimenov

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


Compare: https://github.com/llvm/llvm-project/compare/eec3495a9d80...7256c05ecb76


More information about the All-commits mailing list