[PATCH] D60589: [sanitizer_common] Expose a variadic version of the sanitizer Printf function.

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 11 17:41:26 PDT 2019


kcc added inline comments.


================
Comment at: compiler-rt/lib/sanitizer_common/sanitizer_common.h:25
 
+#include <stdarg.h>
+
----------------
No, please don't include any system headers here. 
Will need to find some other way. 


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