[llvm] a524a12 - [gn build] (manually) port 2e6ae1d3f2de more

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 26 07:47:12 PST 2022


Author: Nico Weber
Date: 2022-02-26T10:46:35-05:00
New Revision: a524a12231efa6cae94843fabdf0ec4fdd42d65d

URL: https://github.com/llvm/llvm-project/commit/a524a12231efa6cae94843fabdf0ec4fdd42d65d
DIFF: https://github.com/llvm/llvm-project/commit/a524a12231efa6cae94843fabdf0ec4fdd42d65d.diff

LOG: [gn build] (manually) port 2e6ae1d3f2de more

b85f97bc00ae7 missed one file.

With this, all files listed in libcxx/include/CMakeLists.txt are
listed in this BUILD.gn file again.

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 48c0277b78a98..e78adbe9f0aba 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -489,6 +489,7 @@ if (current_toolchain == default_toolchain) {
       "complex.h",
       "concepts",
       "condition_variable",
+      "coroutine",
       "csetjmp",
       "csignal",
       "cstdarg",


        


More information about the llvm-commits mailing list