[PATCH] D96070: [clang] [driver] Enable static linking to libc++

Tom Stellard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 4 14:23:41 PST 2021


tstellar added a comment.

The goal here is for distributions to be able to build libc++ one way and then have it work with clang without requiring that users add additional linker flags besides -static or -stdlib=libc++.  Is there a combination of CMake arguments we can use when building libc++ to make all static and shared linking with libc++ work out of the box?


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