[clang] [Driver] Silence stdlib warning when linking C on FreeBSD (PR #68011)

Ed Maste via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 6 10:30:53 PDT 2023


emaste wrote:

> It handles both cases. It simply claims all the -stdlib= arguments.

If I understand correctly this means in effect `-stdlib=` becomes a don't-care when linking C, and anyhow it already had no effect.

https://github.com/llvm/llvm-project/pull/68011


More information about the cfe-commits mailing list