[PATCH] D127145: [Driver] add -lresolv for all but Android.
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 6 13:51:02 PDT 2022
vitalybuka added a comment.
yes, however I have no idea if we need !TC.getTriple().isOSFreeBSD() !TC.getTriple().isOSNetBSD() !TC.getTriple().isOSOpenBSD()) etc.
I guess if make mistake it will be noticed and fixed.
Please update clang/test/Driver/sanitizer-ld.c
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127145/new/
https://reviews.llvm.org/D127145
More information about the cfe-commits
mailing list