This is an archive of the discontinued LLVM Phabricator instance.

[msan] add strtouq msan interceptor
ClosedPublic

Authored by vitalybuka on Dec 5 2017, 1:56 PM.

Diff Detail

Event Timeline

vitalybuka created this revision.Dec 5 2017, 1:56 PM
eugenis accepted this revision.Dec 5 2017, 1:58 PM
eugenis added inline comments.
compiler-rt/lib/msan/msan_interceptors.cc
407 ↗(On Diff #125607)

Perhaps return u64 instead of unsigned long long?

This revision is now accepted and ready to land.Dec 5 2017, 1:58 PM
This revision was automatically updated to reflect the committed changes.