[libcxx-commits] [PATCH] D99615: [libc++] Improve generate_feature_test_macro_components.py.

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Apr 4 06:28:59 PDT 2021


curdeius added inline comments.


================
Comment at: libcxx/utils/generate_feature_test_macro_components.py:52
+#                    * `AVAILABILITY_DISABLE` macros defined in <__availability>.
+#                   It can't depend on <__config> since the test suite should
+#                   be portable. Using libc++ specific features will cause unit
----------------
This phrase is repeated just before the bullet list.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99615



More information about the libcxx-commits mailing list