[PATCH] D66756: compiler-rt: use more __sanitizer_time_t on FreeBSD
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 27 00:23:10 PDT 2019
devnexen added a comment.
Otherwise looks ok to me.
================
Comment at: compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h:117
+#if defined(__LP64___)
+ typedef long long __sanitizer_time_t;
----------------
Would 'SANITIZER_WORDSIZE' be more appropriate ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66756/new/
https://reviews.llvm.org/D66756
More information about the llvm-commits
mailing list