HomeFreeBSD

llvm: remove __FreeBSD_version conditionals

Description

llvm: remove __FreeBSD_version conditionals

All supported FreeBSD build host versions have backtrace.h, so we can
just eliminate that test. For futimes() we can test the compiler's
built-in FreeBSD major version rather than relying on including
osreldate.h. This should reduce the frequency with which Clang gets
rebuilt when building world.

Reviewed by: dim
Sponsored by: The FreeBSD Foundation

Details

Provenance
emasteAuthored on
Reviewer
dim
Parents
rS336690: Since r336611, n is only used for INET in iflib_parse_header().
Branches
Unknown
Tags
Unknown