[libc-commits] [libc] [llvm] [libc] Improve qsort (PR #120450)
Lukas Bergdoll via libc-commits
libc-commits at lists.llvm.org
Fri Dec 20 01:56:12 PST 2024
================
@@ -7,19 +7,21 @@
//===----------------------------------------------------------------------===//
#include "src/__support/macros/config.h"
-#include "src/stdlib/qsort_data.h"
+#include "src/stdlib/qsort.h"
#include "test/UnitTest/Test.h"
+#include <iostream>
+
----------------
Voultapher wrote:
Good catch, that's debug leftover.
https://github.com/llvm/llvm-project/pull/120450
More information about the libc-commits
mailing list