[libcxx-commits] [PATCH] D106763: [libc++][RFC] Disable incomplete library features.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 27 02:14:06 PDT 2021


Mordante added inline comments.


================
Comment at: libcxx/CMakeLists.txt:127
+option(LIBCXX_ENABLE_INCOMPLETE_FEATURES
+    "PLACEHOLDER"
+    ON)
----------------
Update documentation.


================
Comment at: libcxx/benchmarks/dummy.cpp:4
+
+int main(int, char**) { return 0; }
----------------
Remove this file after the CI passes.


================
Comment at: libcxx/docs/BuildingLibcxx.rst:402
+
+  PLACEHOLDER
 
----------------
Update documentation.


================
Comment at: libcxx/docs/Contributing.rst:73
+
+PLACEHOLDER: describe the incomplete feature flags after the work has been completed.
----------------
Update documentation. Note I might revert this hunk and do it in a separate patch when that means we can get this patch is before branching LLVM 13.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106763/new/

https://reviews.llvm.org/D106763



More information about the libcxx-commits mailing list