[all-commits] [llvm/llvm-project] c4c511: [NFC][scudo] Restore !UseQuarantine check in tests

Vitaly Buka via All-commits all-commits at lists.llvm.org
Sat Apr 3 23:55:45 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c4c5113372477cc87ac33e93cb598a83b2856d7e
      https://github.com/llvm/llvm-project/commit/c4c5113372477cc87ac33e93cb598a83b2856d7e
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-04-03 (Sat, 03 Apr 2021)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp

  Log Message:
  -----------
  [NFC][scudo] Restore !UseQuarantine check in tests

The check was removed in D99786 as it seems that quarantine is
irrelevant for the just created allocator. However there is internal
issues with tagged memory access.

We should be able to fix iterateOverChunks for taggin later.




More information about the All-commits mailing list