[libcxx-commits] [libcxx] [libc++] Run the test suite with optimizations by default (PR #118006)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 28 06:52:14 PST 2024
philnik777 wrote:
This significantly increases the time it takes to run the testsuite and might actually be detrimental to finding bugs, since the sanitizers tend to be less effective due to the optimizer removing UB in some cases. What is the benefit here?
https://github.com/llvm/llvm-project/pull/118006
More information about the libcxx-commits
mailing list