[PATCH] D127393: [Driver] Don't add -lresolv on FreeBSD

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 11 09:45:05 PDT 2022


MaskRay accepted this revision.
MaskRay added a comment.

Perhaps change to `isOSLinux() && isGNUEnvironment()` now. I suspect other *BSD don't need this, either. musl definitely doesn't need this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127393



More information about the cfe-commits mailing list