forked from OSchip/llvm-project
![]() The target platform could differ from the host platform for the cross platform builds. Some tests are depended on the build host features and they need to determine a proper platform environment. This commit adds a build host platform name feature for the libc++ tests in format `buildhost=<platform>`, such as `buildhost=linux`, `buildhost=darwin`, `buildhost=windows`, etc. The Windows host gets two features: one `buildhost=windows` and another based on Windows "sub-system", such as `buildhost=win32`, `buildhost=cygwin`, etc. Differential Revision: https://reviews.llvm.org/D102045 |
||
---|---|---|
.. | ||
ci | ||
gdb/libcxx | ||
google-benchmark | ||
libcxx | ||
symcheck-blacklists | ||
CMakeLists.txt | ||
cat_files.py | ||
generate_abi_list.py | ||
generate_feature_test_macro_components.py | ||
generate_header_inclusion_tests.py | ||
generate_header_tests.py | ||
generate_private_header_tests.py | ||
graph_header_deps.py | ||
merge_archives.py | ||
run.py | ||
ssh.py | ||
sym_diff.py |