forked from OSchip/llvm-project
![]() As the libcxx tests link with -nostdlib, libraries that normally are added by default by the compiler driver has to be added manually. The "oldnames" library is automatically added when driving linking with clang-cl. When linking with the plain clang driver, as the libcxx tests do, the clang driver does the same but only since Clang 12.0). But when linking with -nostdlib, like the libcxx tests do, the driver defaults aren't added at all, and we need to specify the defaults manually. This allows removing a TODO from the Windows CI setup; it turns out that upgrading to Clang 12.0 didn't help here as expected, sorry about that mixup. Differential Revision: https://reviews.llvm.org/D101434 |
||
---|---|---|
.. | ||
ci | ||
gdb/libcxx | ||
google-benchmark | ||
libcxx | ||
symcheck-blacklists | ||
cat_files.py | ||
generate_abi_list.py | ||
generate_feature_test_macro_components.py | ||
generate_header_inclusion_tests.py | ||
generate_header_tests.py | ||
graph_header_deps.py | ||
merge_archives.py | ||
run.py | ||
ssh.py | ||
sym_diff.py |