[libcxx-commits] [PATCH] D99862: [libc++] Validate the output of generate_feature_test_macro_components.py

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Apr 4 12:13:17 PDT 2021


curdeius accepted this revision as: curdeius.
curdeius added a comment.

LGTM apart from the comment.



================
Comment at: libcxx/utils/ci/run-buildbot:138
+    echo "+++ Checking output of utils/generate_feature_test_macro_components.py"
+    # We need to set --extensions so that clang-format checks extensionless files.
+    mkdir -p ${BUILD_DIR}
----------------
Copy-pasta mistake. Please remove this comment.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99862



More information about the libcxx-commits mailing list