[libcxx-commits] [PATCH] D99268: [libc++] Add a CI configuration with static libc++/libc++abi
Marek Kurdej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 24 08:33:52 PDT 2021
curdeius added inline comments.
================
Comment at: libcxx/utils/ci/run-buildbot:89-90
function check-cxx-cxxabi() {
+ echo "--- Installing libc++ and libc++abi to a fake location"
+ ${NINJA} -vC "${BUILD_DIR}" install-cxx install-cxxabi
+
----------------
Does it change anything for other (non-static) test configurations?
IIUC, without installing first, tests would find a possibly different instance of libc++.a (if there's one somewhere in link dirs) or find none, right?
Was it the case with the dynamic lib?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99268/new/
https://reviews.llvm.org/D99268
More information about the libcxx-commits
mailing list