[PATCH] D60343: [asan_symbolize] Use proper logging infrastructure.

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 8 15:24:32 PDT 2019


delcypher marked an inline comment as done.
delcypher added inline comments.


================
Comment at: test/asan/TestCases/Posix/asan_symbolize_script/logging_options_in_help.cc:3
+// RUN: FileCheck %s -input-file=%t_help_output.txt
+// CHECK: optional arguments:
+// CHECK: --log-dest
----------------
vitalybuka wrote:
> does lit pickup test in subdir?
Yes. Running lit with `--no-execute` shows that the tests I added get picked up.


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60343/new/

https://reviews.llvm.org/D60343





More information about the llvm-commits mailing list