[PATCH] D96070: [clang] [driver] Enable static linking to libc++
Joerg Sonnenberger via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 5 01:49:45 PST 2021
joerg added a comment.
I can't speak for other systems, but forcing libpthread to be linked is in general not desirable as it creates a non-trivial runtime cost, especially when <thread> is not used. That's still a pretty common use case of C++.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96070/new/
https://reviews.llvm.org/D96070
More information about the cfe-commits
mailing list