smeenai added inline comments.

================
Comment at: lib/CMakeLists.txt:162
 
-# Add a object library that contains the compiled source files.
+# Add an object library that contains the compiled source files.
 add_library(cxx_objects OBJECT ${exclude_from_all} ${LIBCXX_SOURCES} 
${LIBCXX_HEADERS})
----------------
This may seem like a completely unrelated change, but it's actually important 
to force cmake to get re-run so that the glob for source files picks up on the 
new file.


https://reviews.llvm.org/D27387



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to