[PATCH] D66758: compiler-rt: all FreeBSD CPU archs except i386 use 64-bit time_t

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 27 01:01:47 PDT 2019


devnexen added inline comments.


================
Comment at: compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h:117
 
-#if defined(__LP64___)
+#if !defined(__i386__)
   typedef long long __sanitizer_time_t;
----------------
The original seemed correct to me but maybe @dim would have another opinion.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66758/new/

https://reviews.llvm.org/D66758





More information about the llvm-commits mailing list