llvm-project/libcxx/utils/ci
Louis Dionne c06a8f9caa [libc++] Include <__config_site> from <__config>
Prior to this patch, we would generate a fancy <__config> header by
concatenating <__config_site> and <__config>. This complexifies the
build system and also increases the difference between what's tested
and what's actually installed.

This patch removes that complexity and instead simply installs <__config_site>
alongside the libc++ headers. <__config_site> is then included by <__config>,
which is much simpler. Doing this also opens the door to having different
<__config_site> headers depending on the target, which was impossible before.

It does change the workflow for testing header-only changes to libc++.
Previously, we would run `lit` against the headers in libcxx/include.
After this patch, we run it against a fake installation root of the
headers (containing a proper <__config_site> header). This makes use
closer to testing what we actually install, which is good, however it
does mean that we have to update that root before testing header changes.
Thus, we now need to run `ninja check-cxx-deps` before running `lit` by
hand.

Differential Revision: https://reviews.llvm.org/D97572
2021-03-30 14:06:11 -07:00
..
runtimes [libcxx] [cmake] Add asm to the runtimes build languages 2021-02-26 00:10:48 +02:00
Dockerfile [libc++] Add a utility script to run the Docker image used by builders 2021-03-02 13:06:14 -05:00
apple-install-libcxx.sh [libc++] Avoid relying on `realpath` being installed on the system 2020-10-16 13:07:18 -04:00
buildkite-pipeline-premerge.sh [libc++] Update continous integration scripts 2020-10-22 10:49:40 +02:00
buildkite-pipeline-snapshot.sh [libc++] Update continous integration scripts 2020-10-22 10:49:40 +02:00
buildkite-pipeline.yml [libc++] Add a CI job to test the Runtimes build 2021-03-30 09:00:30 -04:00
macos-ci-setup [libc++] Add new queues for specific macOS system versions 2021-02-02 15:56:44 -05:00
oss-fuzz.sh [libc++] Fix oss-fuzz build 2021-01-26 15:30:50 -05:00
run-buildbot [libc++] Include <__config_site> from <__config> 2021-03-30 14:06:11 -07:00
run-buildbot-container [libc++] Add a utility script to run the Docker image used by builders 2021-03-02 13:06:14 -05:00
secrets.env [libc++] Remove references to CONDUIT_TOKEN 2020-10-27 12:26:44 -04:00