[libcxx-commits] [libcxx] 3946535 - [libc++][NFC] Update comment in transitive_includes.gen.py to make it easier to re-run

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 15 09:55:52 PDT 2023


Author: Louis Dionne
Date: 2023-08-15T12:55:39-04:00
New Revision: 39465350911ca3e4e6d0df522da3c92ec9d7e006

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

LOG: [libc++][NFC] Update comment in transitive_includes.gen.py to make it easier to re-run

Added: 
    

Modified: 
    libcxx/test/libcxx/transitive_includes.gen.py

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/transitive_includes.gen.py b/libcxx/test/libcxx/transitive_includes.gen.py
index 2ac5277878beea..3c5332ff0697fe 100644
--- a/libcxx/test/libcxx/transitive_includes.gen.py
+++ b/libcxx/test/libcxx/transitive_includes.gen.py
@@ -26,7 +26,7 @@
 
 # To re-generate the list of expected headers, temporarily set this to True, and run this test.
 # Note that this needs to be done for all supported language versions of libc++:
-# for std in c++03 c++11 c++14 c++17 c++20 c++23 c++26; do <build>/bin/llvm-lit --param std=$std ${path_to_this_file}; done
+# for std in c++03 c++11 c++14 c++17 c++20 c++23 c++26; do <build>/bin/llvm-lit --param std=$std libcxx/test/libcxx/transitive_includes.gen.py; done
 regenerate_expected_results = False
 
 BLOCKLIT = '' # block Lit from interpreting a RUN/XFAIL/etc inside the generation script


        


More information about the libcxx-commits mailing list