[PATCH] D27387: [libc++] Add a key function for bad_function_call
Shoaib Meenai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 3 14:20:16 PST 2016
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
More information about the cfe-commits
mailing list