[PATCH] D40853: [msan] add strtouq msan interceptor

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 5 13:58:54 PST 2017


eugenis accepted this revision.
eugenis added inline comments.
This revision is now accepted and ready to land.


================
Comment at: compiler-rt/lib/msan/msan_interceptors.cc:407
 INTERCEPTORS_STRTO_BASE(unsigned long long, strtoull, char)  // NOLINT
+INTERCEPTORS_STRTO_BASE(unsigned long long, strtouq, char)   // NOLINT
 
----------------
Perhaps return u64 instead of unsigned long long?


https://reviews.llvm.org/D40853





More information about the llvm-commits mailing list