[PATCH] D128036: [CMake] Option to select C++ library for runtimes that use it

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 17 02:03:01 PDT 2022


phosek added a comment.

I'm aware of the duplication of logic for handling of `COMPILER_RT_CXX_LIBRARY` and `SANITIZER_TEST_CXX_LIBNAME`. Right now my goal is to make the use of in-tree libc++ in compiler-rt explicit, and then cleaning up the handling logic in follow up changes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128036



More information about the cfe-commits mailing list