[llvm] d41de8e - [gn build] Port 58915667d0b9

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 10 19:11:07 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-08-11T02:07:04Z
New Revision: d41de8ed266c0f5ef20fb260f8d7de6980a60b74

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

LOG: [gn build] Port 58915667d0b9

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 23c71a662d14..1879956bbec8 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -161,6 +161,28 @@ if (current_toolchain == default_toolchain) {
       "__bsd_locale_fallbacks.h",
       "__compare/common_comparison_category.h",
       "__compare/ordering.h",
+      "__concepts/arithmetic.h",
+      "__concepts/assignable.h",
+      "__concepts/boolean_testable.h",
+      "__concepts/class_or_enum.h",
+      "__concepts/common_reference_with.h",
+      "__concepts/common_with.h",
+      "__concepts/constructible.h",
+      "__concepts/convertible_to.h",
+      "__concepts/copyable.h",
+      "__concepts/derived_from.h",
+      "__concepts/destructible.h",
+      "__concepts/
diff erent_from.h",
+      "__concepts/equality_comparable.h",
+      "__concepts/invocable.h",
+      "__concepts/movable.h",
+      "__concepts/predicate.h",
+      "__concepts/regular.h",
+      "__concepts/relation.h",
+      "__concepts/same_as.h",
+      "__concepts/semiregular.h",
+      "__concepts/swappable.h",
+      "__concepts/totally_ordered.h",
       "__config",
       "__debug",
       "__errc",


        


More information about the llvm-commits mailing list