From 22de6e37064105081987528558311a7f5cac7e35 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Mon, 22 Nov 2021 18:24:45 +0000 Subject: [PATCH] [gn build] Port d8380ad977e9 --- llvm/utils/gn/secondary/libcxx/include/BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) 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",