[PATCH] D77776: [Driver] Default to libc++ on FreeBSD
Ed Maste via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 20 11:54:18 PDT 2020
emaste added a comment.
In D77776#1981271 <https://reviews.llvm.org/D77776#1981271>, @jbeich wrote:
> - Limit the scope to `-stdlib`
>
> In D77776#1972543 <https://reviews.llvm.org/D77776#1972543>, @dim wrote:
>
> > the lowest supported version, which is currently 10
>
>
> Where is this defined? Does someone build LLVM master on FreeBSD < 11.3?
Not certain, but there are a number of FreeBSD consumers still shipping products based on FreeBSD 10 who might be trying to use newer toolchains. I don't think we need to be too concerned about those cases but if it's trivial to avoid breaking them we might as well.
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