[PATCH] D54702: Add interceptors for the strtoi(3)/strtou(3) from NetBSD
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 7 13:23:21 PST 2018
krytarowski marked an inline comment as done.
krytarowski added inline comments.
================
Comment at: test/sanitizer_common/TestCases/NetBSD/strtoi.cc:70
+ test_strtoi1();
+ test_strtoi2();
+ test_strtoi3();
----------------
vitalybuka wrote:
> could you please make a single test function with arguments
> now they are almost identical
I will do it.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54702/new/
https://reviews.llvm.org/D54702
More information about the llvm-commits
mailing list