[PATCH] D91765: [sanitizer_common] Add facility to get the full report path
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 18 22:09:42 PST 2020
vitalybuka added a comment.
It mentions the test, but it's not here
================
Comment at: compiler-rt/lib/sanitizer_common/sanitizer_file.cpp:100
+ SpinMutexLock l(mu);
+ ReopenIfNecessary();
+ return full_path;
----------------
why reopen is needed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91765/new/
https://reviews.llvm.org/D91765
More information about the llvm-commits
mailing list