mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 11:39:35 +00:00
ed61d6a466
The use_system_cxx_lib Lit feature was only used for back-deployment testing. However, one immense hole in that setup was that we didn't have a proper way to test Apple's own libc++ outside of back-deployment, which was embodied by the fact that we needed to define _LIBCPP_DISABLE_AVAILABILITY when testing (see change in libcxx/utils/libcxx/test/params.py). This led to the apple-system testing configuration not checking for availability markup, which is obviously quite bad since the library we ship actually has availability markup. Using stdlib=<VENDOR>-libc++ instead to encode back-deployment restrictions on tests is simpler and it makes it possible to naturally support tests such as availability markup checking even in the tip-of-trunk Apple-libc++ configuration. Differential Revision: https://reviews.llvm.org/D146366 |
||
---|---|---|
.. | ||
ci | ||
data | ||
gdb/libcxx | ||
libcxx | ||
symcheck-blacklists | ||
cat_files.py | ||
CMakeLists.txt | ||
generate_abi_list.py | ||
generate_escaped_output_table.py | ||
generate_extended_grapheme_cluster_table.py | ||
generate_extended_grapheme_cluster_test.py | ||
generate_feature_test_macro_components.py | ||
generate_header_inclusion_tests.py | ||
generate_header_tests.py | ||
generate_ignore_format.sh | ||
generate_iwyu_mapping.py | ||
graph_header_deps.py | ||
run.py | ||
ssh.py | ||
sym_diff.py | ||
zos_rename_dll_side_deck.sh |