[llvm] 805e1a5 - [gn build] Port 40d6d2c49dd1
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 22 10:07:28 PDT 2021
Author: LLVM GN Syncbot
Date: 2021-06-22T17:03:46Z
New Revision: 805e1a58965b52e9473c6c2a2db2a4d089511200
URL: https://github.com/llvm/llvm-project/commit/805e1a58965b52e9473c6c2a2db2a4d089511200
DIFF: https://github.com/llvm/llvm-project/commit/805e1a58965b52e9473c6c2a2db2a4d089511200.diff
LOG: [gn build] Port 40d6d2c49dd1
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 f8b41f7fbce06..f036be19ca70c 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -171,6 +171,7 @@ if (current_toolchain == default_toolchain) {
"__iterator/default_sentinel.h",
"__iterator/incrementable_traits.h",
"__iterator/iter_move.h",
+ "__iterator/iter_swap.h",
"__iterator/iterator_traits.h",
"__iterator/next.h",
"__iterator/prev.h",
More information about the llvm-commits
mailing list