[all-commits] [llvm/llvm-project] dd5c2b: [sanitizer] Add suffix to report file name
Bill Torpey via All-commits
all-commits at lists.llvm.org
Thu Feb 4 13:50:39 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd5c2b8de92d109c78b6b0961a496d328aa25854
https://github.com/llvm/llvm-project/commit/dd5c2b8de92d109c78b6b0961a496d328aa25854
Author: Bill Torpey <wallstprog at gmail.com>
Date: 2021-02-04 (Thu, 04 Feb 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_file.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_flags.inc
A compiler-rt/test/sanitizer_common/TestCases/suffix-log-path_test.c
Log Message:
-----------
[sanitizer] Add suffix to report file name
For those using a GUI, it can be very helpful to have a
particular suffix appended to the report file name, so
it can be opened with a double-click.
(see also: https://github.com/google/sanitizers/issues/951)
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D46546
More information about the All-commits
mailing list