[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
Thu Apr 25 13:48:20 PDT 2019
hctim abandoned this revision.
hctim added a comment.
After discussing offline, we've decided to change the user code to require the printf function as `void printf(const char* fmt, ...)` instead of the cstdlib `int printf(const char* fmt, ...)`, which allows us to pass the function pointer from `__sanitizer::Printf()` directly rather than wrapping it.
This change is no longer needed.
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