[libcxx-commits] [PATCH] D111168: [libc++] Run the no-unicode CI job on new testing configs
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 5 13:55:43 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7c9d9e4e643f: [libc++] Run the no-unicode CI job on new testing configs (authored by ldionne).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111168/new/
https://reviews.llvm.org/D111168
Files:
libcxx/utils/ci/run-buildbot
Index: libcxx/utils/ci/run-buildbot
===================================================================
--- libcxx/utils/ci/run-buildbot
+++ libcxx/utils/ci/run-buildbot
@@ -356,7 +356,8 @@
;;
generic-no-unicode)
clean
- generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-no-unicode.cmake"
+ generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-no-unicode.cmake" \
+ -DLIBCXX_TEST_CONFIG="${MONOREPO_ROOT}/libcxx/test/configs/llvm-libc++-shared.cfg.in"
check-cxx-cxxabi
;;
x86_64-apple-system)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111168.377347.patch
Type: text/x-patch
Size: 556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211005/b691180c/attachment.bin>
More information about the libcxx-commits
mailing list