[llvm] 0e1c5bf - [gn build] Port 69b54c1a05c0
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 9 10:09:12 PST 2025
Author: LLVM GN Syncbot
Date: 2025-01-09T18:02:43Z
New Revision: 0e1c5bfac8574bc8419968279069c76b55e5f270
URL: https://github.com/llvm/llvm-project/commit/0e1c5bfac8574bc8419968279069c76b55e5f270
DIFF: https://github.com/llvm/llvm-project/commit/0e1c5bfac8574bc8419968279069c76b55e5f270.diff
LOG: [gn build] Port 69b54c1a05c0
Added:
Modified:
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
index d4f0a2924ab4df..1144402befa4d9 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -145,6 +145,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/prev_permutation.h",
"__algorithm/pstl.h",
"__algorithm/push_heap.h",
+ "__algorithm/radix_sort.h",
"__algorithm/ranges_adjacent_find.h",
"__algorithm/ranges_all_of.h",
"__algorithm/ranges_any_of.h",
More information about the llvm-commits
mailing list