forked from OSchip/llvm-project
[gn build] Port d8380ad977
This commit is contained in:
parent
71e1f0caf4
commit
22de6e3706
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue