[libcxx-commits] [libcxx] da44c06 - [libc++][docs] Add tip for developers running the test suite on macOS (#99544)

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 19 08:46:39 PDT 2024


Author: Louis Dionne
Date: 2024-07-19T11:46:35-04:00
New Revision: da44c0695c0c0a0865687b8c4b6fad7d786a7e40

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

LOG: [libc++][docs] Add tip for developers running the test suite on macOS (#99544)

Added: 
    

Modified: 
    libcxx/docs/TestingLibcxx.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst
index 6d3417cabfd61..2457ed3c78645 100644
--- a/libcxx/docs/TestingLibcxx.rst
+++ b/libcxx/docs/TestingLibcxx.rst
@@ -84,6 +84,12 @@ flags to use, and how to run an executable. This system is meant to be easily
 extended for custom needs, in particular when porting the libc++ test suite to
 new platforms.
 
+.. note::
+  If you run the test suite on Apple platforms, we recommend adding the terminal application
+  used to run the test suite to the list of "Developer Tools". This prevents the system from
+  trying to scan each individual test binary for malware and dramatically speeds up the test
+  suite.
+
 Using a Custom Site Configuration
 ---------------------------------
 


        


More information about the libcxx-commits mailing list