[libcxx-commits] [PATCH] D86540: [libcxxabi, libunwind] support running tests in standalone mode
Dominik Montada via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 22 00:57:08 PDT 2020
gargaroff added inline comments.
================
Comment at: libcxx/CMakeLists.txt:33
+set(LIBCXX_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})
+set(LIBCXX_BINARY_INCLUDE_DIR "${LIBCXX_BINARY_DIR}/include/c++build")
+
----------------
Technically only `LIBCXX_BINARY_DIR` is required up here, but I wanted to keep those three together
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86540/new/
https://reviews.llvm.org/D86540
More information about the libcxx-commits
mailing list