llvm-capstone/libcxx
Mark de Wever 0756378b77 [libc++][modules] Re-add build dir CMakeLists.txt. (#81370)
This CMakeLists.txt is used to build modules without build system
support. This was removed in d06ae33ec3.
This is used in the documentation how to use modules.

Made some minor changes to make it work with the std.compat module using
the std module.

Note the CMakeLists.txt in the build dir should be removed once build
system support is generally available.

(cherry picked from commit fc0e9c8315564288f9079a633892abadace534cf)
2024-02-16 11:01:06 -08:00
..
benchmarks [libc++abi] Implement __cxa_init_primary_exception and use it to optimize std::make_exception_ptr (#65534) 2024-01-22 10:12:41 -05:00
cmake [libc++] Install modules. (#75741) 2024-01-21 12:16:22 +01:00
docs [libc++][modules] Re-add build dir CMakeLists.txt. (#81370) 2024-02-16 11:01:06 -08:00
include [libc++][print] Moves is_terminal to the dylib. (#80464) 2024-02-15 21:35:51 -08:00
lib [libc++][print] Moves is_terminal to the dylib. (#80464) 2024-02-15 21:35:51 -08:00
modules [libc++][modules] Re-add build dir CMakeLists.txt. (#81370) 2024-02-16 11:01:06 -08:00
src [libc++][print] Moves is_terminal to the dylib. (#80464) 2024-02-15 21:35:51 -08:00
test [🍒] Unconditionally lower std::string's alignment requirement from 16 to 8 (#68925) (#79480) 2024-02-06 17:01:38 -08:00
utils [libc++] Add missing conditionals for feature-test macros (#80168) 2024-02-05 11:49:51 -08:00
vendor/llvm [libc++][hardening] In production hardening modes, trap rather than abort (#78561) 2024-01-19 13:48:13 -08:00
.clang-format [libc++][memory] P2868R1: Removing deprecated typedef std::allocator::is_always_equal (#78562) 2024-01-20 06:07:19 +02:00
.clang-tidy [libc++] Clang-tidy enable modernize-use-nullptr. 2024-01-21 13:08:18 +01:00
.gitignore
appveyor-reqs-install.cmd
appveyor.yml Remove lit's --summary flag from buildbots. 2023-08-31 14:23:51 -04:00
CMakeLists.txt [libc++] Install modules. (#75741) 2024-01-21 12:16:22 +01:00
CREDITS.TXT [libcxx] Add mdspan/extents 2023-05-16 14:30:36 -07:00
LICENSE.TXT
TODO.TXT