[all-commits] [llvm/llvm-project] 75e7b6: [Sanitizer][Apple] Enable sanitizer common unittes...

thetruestblue via All-commits all-commits at lists.llvm.org
Tue Jan 10 13:51:39 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 75e7b6ee3d25f6b5c4d64cb3e98b73752e00b683
      https://github.com/llvm/llvm-project/commit/75e7b6ee3d25f6b5c4d64cb3e98b73752e00b683
  Author: Blue Gaston <bgaston2 at apple.com>
  Date:   2023-01-10 (Tue, 10 Jan 2023)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_stack_store_test.cpp

  Log Message:
  -----------
  [Sanitizer][Apple] Enable sanitizer common unittests for arm64 archs on Apple

This patch enables sanitizer common unit tests for arm64 architecture only on apple devices.

It also lowers the expected compression ratio for 64 bit machines. Unsure of justification of 130. On apple arm64 we're seeing this number comeout to 128.6

rdar://101436019

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




More information about the All-commits mailing list