[PATCH] D65603: Add support in CMake to statically link the C++ standard library.

Erich Keane via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 07:08:47 PDT 2019


erichkeane added a comment.

Unfortunately, this ends up adding a warning or two to the build if you enable this, since we have a couple of things built in "C" (flag not used...).  In the 'clang' test I did, ./bin/count was the only one.  Unfortunately, we don't have separate C vs C++ linking flags, so I think this is just something that someone using this flag needs to deal with.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D65603





More information about the llvm-commits mailing list