8 changes: 4 additions & 4 deletions utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ libc_support_library(
)

libc_support_library(
name = "__support_macros_properties_float",
hdrs = ["src/__support/macros/properties/float.h"],
name = "__support_macros_properties_types",
hdrs = ["src/__support/macros/properties/types.h"],
deps = [
":__support_macros_properties_architectures",
":__support_macros_properties_compiler",
Expand Down Expand Up @@ -332,7 +332,7 @@ libc_support_library(
deps = [
":__support_macros_attributes",
":__support_macros_config",
":__support_macros_properties_float",
":__support_macros_properties_types",
":llvm_libc_macros_stdfix_macros",
],
)
Expand Down Expand Up @@ -697,7 +697,7 @@ libc_support_library(
":__support_cpp_type_traits",
":__support_libc_assert",
":__support_macros_attributes",
":__support_macros_properties_float",
":__support_macros_properties_types",
":__support_math_extras",
":__support_uint128",
],
Expand Down