[libcxx-commits] [PATCH] D89041: [libc++] Include <__config_site> from <__config>

Petr Hosek via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 9 15:36:25 PDT 2020


phosek added inline comments.
Herald added a subscriber: arichardson.


================
Comment at: libcxx/CMakeLists.txt:403
 set(LIBCXX_BINARY_DIR  ${CMAKE_CURRENT_BINARY_DIR})
 set(LIBCXX_BINARY_INCLUDE_DIR "${LIBCXX_BINARY_DIR}/include/c++build")
+set(LIBCXX_GENERATED_INCLUDE_DIR "${LIBCXX_BINARY_DIR}/include/c++/v1")
----------------
Do we still need this? Could we copy ABI files directly into `LIBCXX_GENERATED_INCLUDE_DIR`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89041



More information about the libcxx-commits mailing list