[PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers

Vasileios Kalintiris via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 8 09:22:58 PDT 2015


vkalintiris added a subscriber: vkalintiris.

================
Comment at: include/CMakeLists.txt:9
@@ -7,2 +8,3 @@
   PATTERN ".svn" EXCLUDE
+  PATTERN "__config_site.in" EXCLUDE
   ${LIBCXX_SUPPORT_HEADER_PATTERN}
----------------
Kind of silly but I believe that the files used for auto-generated config headers in LLVM have the extesions `.cmake` and `.in`, for cmake and autoconf, respectively.


http://reviews.llvm.org/D13407





More information about the cfe-commits mailing list