Skip to content

Commit 8c4080c

Browse files
committed
fix regex replace error in vcruntime
1 parent 833e3d9 commit 8c4080c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/utils/ci/run-buildbot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,14 +675,14 @@ clang-cl-static)
675675
step "Running the libc++ tests"
676676
${NINJA} ${VERBOSE_FLAG} -C "${BUILD_DIR}" check-cxx
677677
;;
678-
clang-cl-no${VERBOSE_FLAG} -Cruntime)
678+
clang-cl-no-vcruntime)
679679
clean
680680
# Building libc++ in the same way as in clang-cl-dll above, but running
681681
# tests with -D_HAS_EXCEPTIONS=0, which users might set in certain
682682
# translation units while using libc++, even if libc++ is built with
683683
# exceptions enabled.
684684
generate-cmake-libcxx-win -DLIBCXX_TEST_PARAMS="enable_experimental=False" \
685-
-DLIBCXX_TEST_CONFIG="llvm-libc++-shared-no${VERBOSE_FLAG} -Cruntime-clangcl.cfg.in"
685+
-DLIBCXX_TEST_CONFIG="llvm-libc++-shared-no-vcruntime-clangcl.cfg.in"
686686
step "Running the libc++ tests"
687687
${NINJA} ${VERBOSE_FLAG} -C "${BUILD_DIR}" check-cxx
688688
;;

0 commit comments

Comments
 (0)