[libcxx-commits] [PATCH] D120727: [libc++] Overhaul how we select the ABI library
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 11 07:23:11 PDT 2022
ldionne added inline comments.
================
Comment at: libcxxabi/CMakeLists.txt:201
endif()
+message(STATUS "Using libc++abi testing configuration: ${LIBCXXABI_TEST_CONFIG}")
set(LIBCXXABI_TEST_PARAMS "" CACHE STRING
----------------
mstorsjo wrote:
> Unrelated to the rest of the patch?
Indeed, let me do that separately as a NFC.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120727/new/
https://reviews.llvm.org/D120727
More information about the libcxx-commits
mailing list