[libcxx-commits] [PATCH] D150300: [libc++][WIP] Try disabling transitive includes in all configurations to see impact on CI times

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat May 13 05:14:21 PDT 2023


Mordante added inline comments.


================
Comment at: libcxx/utils/libcxx/test/params.py:210
 
-  Parameter(name='enable_transitive_includes', choices=[True, False], type=bool, default=True,
+  Parameter(name='enable_transitive_includes', choices=[True, False], type=bool, default=False,
             help="Whether to enable backwards-compatibility transitive includes when running the tests. This "
----------------
Note this means the transitive includes test will be disabled too.
So when this saves time we need a way to enable that test again.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150300/new/

https://reviews.llvm.org/D150300



More information about the libcxx-commits mailing list