[llvm] 233e64d - [gn build] Port 0be1883c36fc
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 05:04:12 PDT 2024
Author: LLVM GN Syncbot
Date: 2024-10-28T11:56:40Z
New Revision: 233e64d8e4211e6c3c94a986c28f9993da2b8de0
URL: https://github.com/llvm/llvm-project/commit/233e64d8e4211e6c3c94a986c28f9993da2b8de0
DIFF: https://github.com/llvm/llvm-project/commit/233e64d8e4211e6c3c94a986c28f9993da2b8de0.diff
LOG: [gn build] Port 0be1883c36fc
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 0586704850a51b..1b73f37b0b1b8a 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -430,6 +430,8 @@ if (current_toolchain == default_toolchain) {
"__filesystem/recursive_directory_iterator.h",
"__filesystem/space_info.h",
"__filesystem/u8path.h",
+ "__flat_map/flat_map.h",
+ "__flat_map/sorted_unique.h",
"__format/buffer.h",
"__format/concepts.h",
"__format/container_adaptor.h",
More information about the llvm-commits
mailing list