[PATCH] D60589: [sanitizer_common] Expose a variadic version of the sanitizer Printf function.
Mitch Phillips via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 24 16:06:18 PDT 2019
hctim added inline comments.
================
Comment at: compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector.h:257
}
- // Printf("Edge%zd: %u %zd=>%zd in T%d\n",
- // n_edges_, stk, added_edges[i], cur_idx, unique_tid);
----------------
vitalybuka wrote:
> Removing these comments LGTM, but it should be done in a separate patch
Done in rL359150.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60589/new/
https://reviews.llvm.org/D60589
More information about the llvm-commits
mailing list