[PATCH] D77776: [Driver] Drop support for FreeBSD < 10

Alexander Richardson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 9 03:13:37 PDT 2020


arichardson added a comment.

Alternatively, the checks could be changed to also handle OSMajorVersion == 0 and translate that to 10.
This seems to be what NetBSD.cpp does. Darwin.cpp also infers the version from the host when running on macos.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77776





More information about the cfe-commits mailing list