[llvm-branch-commits] [asan] Remove debug tracing from `report_globals` (PR #104404)
Thurston Dang via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 14 23:18:32 PDT 2024
================
@@ -4,7 +4,7 @@
// RUN: %clangxx_asan -g -O0 -DSHARED_LIB -DSIZE=1 %s -fPIC -shared -o %t-so-1.so
// RUN: %clangxx_asan -g -O0 -DSHARED_LIB -DSIZE=2 %s -fPIC -shared -o %t-so-2.so
// RUN: %clangxx_asan -g -O0 %s %libdl -Wl,--export-dynamic -o %t
-// RUN: %env_asan_opts=report_globals=2:detect_odr_violation=1 %run %t 2>&1 | FileCheck %s
+// RUN: %env_asan_opts=report_globals=1:detect_odr_violation=1:verbosity=4 %run %t 2>&1 | FileCheck %s
----------------
thurstond wrote:
Is there a particular reason why this uses verbosity=4 instead of 3? (it's the same output since verbosity >= 3, but a bit perplexing since nothing is gated on verbosity >= 4)
https://github.com/llvm/llvm-project/pull/104404
More information about the llvm-branch-commits
mailing list