[PATCH] D43797: [CMake] Copy the generated __config header into build directory
Saleem Abdulrasool via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 9 14:37:46 PST 2018
compnerd accepted this revision.
compnerd added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxx/include/CMakeLists.txt:19
+ DEPENDS ${LIBCXX_BINARY_DIR}/__generated_config)
+ set(generated_config_deps generate_config_header)
+endif()
----------------
Where is `generated_config_deps` used?
Repository:
rCXX libc++
https://reviews.llvm.org/D43797
More information about the cfe-commits
mailing list