[libc-commits] [libc] [llvm] [libc] Improve qsort (PR #120450)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Thu Dec 19 15:21:59 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>
+
----------------
michaelrj-google wrote:

We can't include libc++ headers, so this needs to be removed.

https://github.com/llvm/llvm-project/pull/120450


More information about the libc-commits mailing list