[llvm] b85f97b - [gn build] Port 2e6ae1d3f2de
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 15 22:19:58 PST 2021
Author: LLVM GN Syncbot
Date: 2021-11-16T06:15:54Z
New Revision: b85f97bc00ae7813e8667e2e87561a490ae1e68e
URL: https://github.com/llvm/llvm-project/commit/b85f97bc00ae7813e8667e2e87561a490ae1e68e
DIFF: https://github.com/llvm/llvm-project/commit/b85f97bc00ae7813e8667e2e87561a490ae1e68e.diff
LOG: [gn build] Port 2e6ae1d3f2de
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 f75c3f0da438e..02437cca49c5e 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -190,6 +190,10 @@ if (current_toolchain == default_toolchain) {
"__concepts/swappable.h",
"__concepts/totally_ordered.h",
"__config",
+ "__coroutine/coroutine_handle.h",
+ "__coroutine/coroutine_traits.h",
+ "__coroutine/noop_coroutine_handle.h",
+ "__coroutine/trivial_awaitables.h",
"__debug",
"__errc",
"__format/format_arg.h",
More information about the llvm-commits
mailing list