[llvm] 22de6e3 - [gn build] Port d8380ad977e9
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 22 10:28:50 PST 2021
Author: LLVM GN Syncbot
Date: 2021-11-22T18:24:45Z
New Revision: 22de6e37064105081987528558311a7f5cac7e35
URL: https://github.com/llvm/llvm-project/commit/22de6e37064105081987528558311a7f5cac7e35
DIFF: https://github.com/llvm/llvm-project/commit/22de6e37064105081987528558311a7f5cac7e35.diff
LOG: [gn build] Port d8380ad977e9
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 ba4096dda3af..20c75c811694 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -166,8 +166,11 @@ if (current_toolchain == default_toolchain) {
"__compare/compare_three_way_result.h",
"__compare/is_eq.h",
"__compare/ordering.h",
+ "__compare/partial_order.h",
+ "__compare/strong_order.h",
"__compare/synth_three_way.h",
"__compare/three_way_comparable.h",
+ "__compare/weak_order.h",
"__concepts/arithmetic.h",
"__concepts/assignable.h",
"__concepts/boolean_testable.h",
@@ -393,6 +396,7 @@ if (current_toolchain == default_toolchain) {
"__utility/move.h",
"__utility/pair.h",
"__utility/piecewise_construct.h",
+ "__utility/priority_tag.h",
"__utility/rel_ops.h",
"__utility/swap.h",
"__utility/to_underlying.h",
More information about the llvm-commits
mailing list