llvm-project/libcxx/utils/ci
Louis Dionne bb939931a1 [libc++] Always build c++experimental.a
This is the first part of a plan to ship experimental features
by default while guarding them behind a compiler flag to avoid
users accidentally depending on them. Subsequent patches will
also encompass incomplete features (such as <format> and <ranges>)
in that categorization. Basically, the idea is that we always
build and ship the c++experimental library, however users can't
use what's in it unless they pass the `-funstable` flag to Clang.

Note that this patch intentionally does not start guarding
existing <experimental/FOO> content behind the flag, because
that would merely break users that might be relying on such
content being in the headers unconditionally. Instead, we
should start guarding new TSes behind the flag, and get rid
of the existing TSes we have by shipping their Standard
counterpart.

Also, this patch must jump through a few hoops like defining
_LIBCPP_ENABLE_EXPERIMENTAL because we still support compilers
that do not implement -funstable yet.

Differential Revision: https://reviews.llvm.org/D128927
2022-07-08 16:58:22 -04:00
..
Dockerfile [libc++] Remove dummy command in Dockerfile 2022-06-27 09:17:34 -04:00
apple-install-libcxx.sh [libc++] Make sure we install libc++abi headers on Apple 2022-06-17 17:35:05 -04:00
buildkite-pipeline-premerge.sh [runtimes] Fix how we trigger CI 2022-05-13 14:45:35 -04:00
buildkite-pipeline-snapshot.sh [libc++] Update continous integration scripts 2020-10-22 10:49:40 +02:00
buildkite-pipeline.yml [libc++] Re-add transitive includes that had been removed since LLVM 14 2022-06-27 22:18:19 -04:00
macos-ci-setup [libc++] Install psutil on the macOS nodes 2022-03-31 10:52:58 -04:00
oss-fuzz.sh [libc++] Try to fix the oss-fuzz failure 2021-05-25 12:52:22 -04:00
run-buildbot [libc++] Always build c++experimental.a 2022-07-08 16:58:22 -04:00
run-buildbot-container [libc++] Make sure we add /llvm to the list of safe directories 2022-06-08 12:26:17 -04:00