Author: emaste
Date: Mon Sep 9 18:33:15 2019
New Revision: 352096
URL: https://svnweb.freebsd.org/changeset/base/352096
Log:
compiler-rt: use 64-bit time_t for all FreeBSD archs except i386
Obtained from: LLVM r370756
Modified:
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h
Modified:
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h
==============================================================================
---
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h
Mon Sep 9 18:32:29 2019 (r352095)
+++
head/contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h
Mon Sep 9 18:33:15 2019 (r352096)
@@ -115,7 +115,7 @@ namespace __sanitizer {
long key;
};
-#if defined(__LP64___)
+#if !defined(__i386__)
typedef long long __sanitizer_time_t;
#else
typedef long __sanitizer_time_t;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"