We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf20a09 commit aa53d07Copy full SHA for aa53d07
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -173,8 +173,11 @@ if (current_toolchain == default_toolchain) {
173
"__chrono/system_clock.h",
174
"__chrono/time_point.h",
175
"__compare/common_comparison_category.h",
176
+ "__compare/compare_partial_order_fallback.h",
177
+ "__compare/compare_strong_order_fallback.h",
178
"__compare/compare_three_way.h",
179
"__compare/compare_three_way_result.h",
180
+ "__compare/compare_weak_order_fallback.h",
181
"__compare/is_eq.h",
182
"__compare/ordering.h",
183
"__compare/partial_order.h",
0 commit comments