Hi, Can we remove the ftime() interceptor definitions that are FreeBSD specific in compiler-rt? See: https://people.freebsd.org/~kevans/intercept.diff -- the very act of including sys/timeb.h adds build noise from the warning about it being deprecated, when ftime() is apparently not even intercepted on FreeBSD:
#define SANITIZER_INTERCEPT_FTIME \ (!SI_FREEBSD && !SI_NETBSD && !SI_OPENBSD && SI_POSIX) Thanks, Kyle Evans _______________________________________________ freebsd-toolchain@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"