[PATCH] D77622: [Sanitizer Common] Show command used to launch symbolizer process at high verbosity level.
Dan Liew via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 7 17:28:00 PDT 2020
delcypher marked an inline comment as done.
delcypher added inline comments.
================
Comment at: compiler-rt/test/sanitizer_common/TestCases/symbolize_debug_argv.cpp:1
+// RUN: %clangxx %s -g -USHARED_LIB -o %t
+// RUN: %env_tool_opts=verbosity=3 %run %t 2>&1 | FileCheck %s
----------------
yln wrote:
> `-USHARED_LIB`: probably a refactoring leftover?
Oops yes. I'll fix that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77622/new/
https://reviews.llvm.org/D77622
More information about the llvm-commits
mailing list