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

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 11 06:32:48 PDT 2023


Author: Martin Storsjö
Date: 2023-10-11T06:32:45-07:00
New Revision: 06322d43d560cfd8074d1d2330a2d5c53ffe6431

URL: https://github.com/llvm/llvm-project/commit/06322d43d560cfd8074d1d2330a2d5c53ffe6431
DIFF: https://github.com/llvm/llvm-project/commit/06322d43d560cfd8074d1d2330a2d5c53ffe6431.diff

LOG: [libcxx] [docs] Remove mention of a MSVC/Debug mode caveat (#68791)

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

Added: 
    

Modified: 
    libcxx/docs/BuildingLibcxx.rst

Removed: 
    


################################################################################
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