[Lldb-commits] [PATCH] D150954: [lldb][cmake] Allow specifying custom libcxx for tests in standalone builds
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 19 08:16:03 PDT 2023
JDevlieghere added inline comments.
================
Comment at: lldb/test/CMakeLists.txt:142-143
+set(LLDB_TEST_LIBCXX_ROOT_DIR "${LLVM_BINARY_DIR}" CACHE PATH
+ "The build root for libcxx. Used in standalone builds to point the API tests to a custom build of libcxx.")
+
----------------
If this is only necessary for the standalone build, then this should go in `cmake/modules/LLDBStandalone.cmake`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150954/new/
https://reviews.llvm.org/D150954
More information about the lldb-commits
mailing list