Skip to content

Commit 04c01ff

Browse files
committed
[gn build] Port 55803b8
1 parent 55803b8 commit 04c01ff

File tree

1 file changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/libcxx/include

1 file changed

+2
-0
lines changed

llvm/utils/gn/secondary/libcxx/include/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,6 +1496,7 @@ if (current_toolchain == default_toolchain) {
14961496
"__type_traits/is_floating_point.h",
14971497
"__type_traits/is_function.h",
14981498
"__type_traits/is_fundamental.h",
1499+
"__type_traits/is_generic_transparent_comparator.h",
14991500
"__type_traits/is_implicit_lifetime.h",
15001501
"__type_traits/is_implicitly_default_constructible.h",
15011502
"__type_traits/is_integral.h",
@@ -1538,6 +1539,7 @@ if (current_toolchain == default_toolchain) {
15381539
"__type_traits/make_32_64_or_128_bit.h",
15391540
"__type_traits/make_const_lvalue_ref.h",
15401541
"__type_traits/make_signed.h",
1542+
"__type_traits/make_transparent.h",
15411543
"__type_traits/make_unsigned.h",
15421544
"__type_traits/maybe_const.h",
15431545
"__type_traits/nat.h",

0 commit comments

Comments
 (0)