[PATCH] D128927: [libc++] Always build c++experimental.a

Louis Dionne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 19 07:43:10 PDT 2022


ldionne added a comment.

The weird part here is that you're configuring libc++, but you are building neither the static nor the shared library. I don't understand why you do that, and that may hide some other more fundamental issue in your setup. Anyways, I think the issue should be resolved by 1d0f79558ca47f50119fb38c62ff5afd3160d260 <https://reviews.llvm.org/rG1d0f79558ca47f50119fb38c62ff5afd3160d260>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128927



More information about the cfe-commits mailing list