[llvm] 7cc85f4 - [gn build] Port c2cd15a66531
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 8 14:25:33 PST 2022
Author: LLVM GN Syncbot
Date: 2022-03-08T22:21:17Z
New Revision: 7cc85f4d7e5be12482c74feaaf8f8d171ff200e6
URL: https://github.com/llvm/llvm-project/commit/7cc85f4d7e5be12482c74feaaf8f8d171ff200e6
DIFF: https://github.com/llvm/llvm-project/commit/7cc85f4d7e5be12482c74feaaf8f8d171ff200e6.diff
LOG: [gn build] Port c2cd15a66531
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 0948c9d5dd2c6..058341a263bcf 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -123,6 +123,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/push_heap.h",
"__algorithm/ranges_max_element.h",
"__algorithm/ranges_min_element.h",
+ "__algorithm/ranges_mismatch.h",
"__algorithm/ranges_swap_ranges.h",
"__algorithm/remove.h",
"__algorithm/remove_copy.h",
More information about the llvm-commits
mailing list