mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 07:46:07 +00:00

As a fly-by fix, enable the complexity-changing assertions in __debug_less only when the full debug mode is enabled, since debugging level 0 is usually understood to only contain basic assertions that do not change the complexity of algorithms. Differential Revision: https://reviews.llvm.org/D121129