[all-commits] [llvm/llvm-project] 18e467: [Sanitizer][Darwin] Fix log-path_test.cpp

Julian Lettner via All-commits all-commits at lists.llvm.org
Tue Jul 5 16:49:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 18e4674ea6fede17652f3b1ae328da62cdfd11e0
      https://github.com/llvm/llvm-project/commit/18e4674ea6fede17652f3b1ae328da62cdfd11e0
  Author: Julian Lettner <julian.lettner at apple.com>
  Date:   2022-07-05 (Tue, 05 Jul 2022)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp

  Log Message:
  -----------
  [Sanitizer][Darwin] Fix log-path_test.cpp

In my previous change [1], I added log output that made a test that
expected "no output" fail.  The easiest solution is to only print the
new hint/warning when we at least ask for `verbosity=1`.

[1] https://reviews.llvm.org/D128936

Radar-Id: rdar://96437354




More information about the All-commits mailing list