[libcxx-commits] [libcxx] [llvm] [clang] [clang-tools-extra] [libc++] Allow running the test suite with optimizations (PR #68753)
Alexander Richardson via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 1 16:34:31 PDT 2023
================
@@ -121,6 +136,17 @@ def getStdFlag(cfg, std):
AddCompileFlag(lambda cfg: getStdFlag(cfg, std)),
],
),
+ Parameter(
+ name="optimization",
+ choices=["none", "speed", "size"],
+ type=str,
+ help="The version of the standard to compile the test suite with.",
----------------
arichardson wrote:
Thanks for the explanation, that makes sense.
https://github.com/llvm/llvm-project/pull/68753
More information about the libcxx-commits
mailing list