[PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers
Evgeniy Stepanov via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 9 17:24:52 PDT 2015
eugenis added a comment.
Thanks. I'll upload the rebase patch on Monday.
================
Comment at: include/CMakeLists.txt:38
@@ +37,3 @@
+ COMMAND ${UNIX_CAT} ${LIBCXX_SOURCE_DIR}/include/__config >> ${LIBCXX_BINARY_DIR}/__generated_config
+ DEPENDS ${LIBCXX_SOURCE_DIR}/include/__config
+ )
----------------
I think you need to depend on __config_site.in as well. Or on ${LIBCXX_BINARY_DIR}/__config_site
http://reviews.llvm.org/D13407
More information about the cfe-commits
mailing list