[libcxx-commits] [libcxx] [libcxx] [docs] Remove mention of a MSVC/Debug mode caveat (PR #68791)

Martin Storsjö via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 11 04:08:10 PDT 2023


https://github.com/mstorsjo created https://github.com/llvm/llvm-project/pull/68791

Since e346fd8a60d4969b29bdd1740a89b1ea43635331 and cd1b8be8de91bc1c43bac3eea7ebf3b5643b031c, the tests should run fine in Debug mode, with failed asserts not popping up blocking dialog boxes.

>From 6e05da3b15b9206b9a2f42ee8b9c70b8ec4ca3c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin at martin.st>
Date: Wed, 11 Oct 2023 14:05:24 +0300
Subject: [PATCH] [libcxx] [docs] Remove mention of a MSVC/Debug mode caveat

Since e346fd8a60d4969b29bdd1740a89b1ea43635331 and
cd1b8be8de91bc1c43bac3eea7ebf3b5643b031c, the tests should run
fine in Debug mode, with failed asserts not popping up blocking
dialog boxes.
---
 libcxx/docs/BuildingLibcxx.rst | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libcxx/docs/BuildingLibcxx.rst b/libcxx/docs/BuildingLibcxx.rst
index e919e1e6f32bfc3..ec4e381fe5b74c2 100644
--- a/libcxx/docs/BuildingLibcxx.rst
+++ b/libcxx/docs/BuildingLibcxx.rst
@@ -145,9 +145,6 @@ should add e.g. ``-DCMAKE_CXX_COMPILER_TARGET=x86_64-windows-msvc`` (replacing
 line above. This will instruct ``check-cxx`` to use the right target triple
 when invoking ``clang++``.
 
-Also note that if not building in Release mode, a failed assert in the tests
-pops up a blocking dialog box, making it hard to run a larger number of tests.
-
 CMake + ninja (MinGW)
 ---------------------
 



More information about the libcxx-commits mailing list