File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -675,14 +675,14 @@ clang-cl-static)
675
675
step " Running the libc++ tests"
676
676
${NINJA} ${VERBOSE_FLAG} -C " ${BUILD_DIR} " check-cxx
677
677
;;
678
- clang-cl-no${VERBOSE_FLAG} -Cruntime )
678
+ clang-cl-no-vcruntime )
679
679
clean
680
680
# Building libc++ in the same way as in clang-cl-dll above, but running
681
681
# tests with -D_HAS_EXCEPTIONS=0, which users might set in certain
682
682
# translation units while using libc++, even if libc++ is built with
683
683
# exceptions enabled.
684
684
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"
686
686
step " Running the libc++ tests"
687
687
${NINJA} ${VERBOSE_FLAG} -C " ${BUILD_DIR} " check-cxx
688
688
;;
You can’t perform that action at this time.
0 commit comments