[libcxx-commits] [PATCH] D106067: [libc++] Add a CMake target to re-generate files and revamp CONTRIBUTING.rst

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 15 07:56:29 PDT 2021


ldionne created this revision.
Herald added subscribers: arichardson, mgorny.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

As we automate more and more things in the library, it becomes useful for
contributors to have a single target for running all the automation as
part of their workflow. This commit adds a new `libcxx-generate-files`
target that should re-generate all the auto-generated files in the library.

As a fly-by, I also revamped the documentation on Contributing to account
for this new target and present it as a bullet list of things to check
before committing. I also added a few things that are often overlooked
to that list, such as updating the synopsis and the status files.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106067

Files:
  libcxx/CMakeLists.txt
  libcxx/docs/Contributing.rst
  libcxx/utils/CMakeLists.txt
  libcxx/utils/ci/run-buildbot

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106067.358965.patch
Type: text/x-patch
Size: 6990 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210715/ad902329/attachment.bin>


More information about the libcxx-commits mailing list