[libcxx-commits] [libcxx] 7c9d9e4 - [libc++] Run the no-unicode CI job on new testing configs

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 5 13:55:39 PDT 2021


Author: Louis Dionne
Date: 2021-10-05T16:55:31-04:00
New Revision: 7c9d9e4e643f62de1879fea0bcfbc24cd645834c

URL: https://github.com/llvm/llvm-project/commit/7c9d9e4e643f62de1879fea0bcfbc24cd645834c
DIFF: https://github.com/llvm/llvm-project/commit/7c9d9e4e643f62de1879fea0bcfbc24cd645834c.diff

LOG: [libc++] Run the no-unicode CI job on new testing configs

This was most likely an oversight, since we're running all other jobs on
the new configs.

Differential Revision: https://reviews.llvm.org/D111168

Added: 
    

Modified: 
    libcxx/utils/ci/run-buildbot

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot
index 41934ef9897f2..fad5af3f9929a 100755
--- a/libcxx/utils/ci/run-buildbot
+++ b/libcxx/utils/ci/run-buildbot
@@ -356,7 +356,8 @@ generic-no-localization)
 ;;
 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)


        


More information about the libcxx-commits mailing list