aboutsummaryrefslogtreecommitdiff
path: root/libcxx/docs
diff options
context:
space:
mode:
authorMark de Wever <koraq@xs4all.nl>2023-12-12 17:11:53 +0100
committerGitHub <noreply@github.com>2023-12-12 17:11:53 +0100
commited210f9f5aab70cf4ca242535d1af0b0aa6a5781 (patch)
tree9396b3f5842a8a5f754146fef8d4139b5065abf8 /libcxx/docs
parentc209d56e0fd3e8db358515dec5e85fdac2d8295d (diff)
downloadllvm-ed210f9f5aab70cf4ca242535d1af0b0aa6a5781.zip
llvm-ed210f9f5aab70cf4ca242535d1af0b0aa6a5781.tar.gz
llvm-ed210f9f5aab70cf4ca242535d1af0b0aa6a5781.tar.bz2
[libc++][CI] Tests the no RTTI configuration. (#65518)
There are a few drive-by fixes: - Since the combination RTTI disabled and exceptions enabled do not work, this combination is prohibited. - A small NFC in any fixing clang-tidy. The code in the Buildkite configuration is prepared for using the std module. There are more fixes needed for that configuration which will be done in a separate commit.
Diffstat (limited to 'libcxx/docs')
-rw-r--r--libcxx/docs/BuildingLibcxx.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/docs/BuildingLibcxx.rst b/libcxx/docs/BuildingLibcxx.rst
index 2cee97c..0b4d4205 100644
--- a/libcxx/docs/BuildingLibcxx.rst
+++ b/libcxx/docs/BuildingLibcxx.rst
@@ -369,6 +369,7 @@ libc++ Feature Options
**Default**: ``ON``
Build libc++ with run time type information.
+ This option may only be set to OFF when LIBCXX_ENABLE_EXCEPTIONS=OFF.
.. option:: LIBCXX_INCLUDE_TESTS:BOOL