Skip to content

Commit 3b20fb3

Browse files
committed
[bazel] add missing dep after 5b079af
1 parent e88c255 commit 3b20fb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/bazel/llvm-project-overlay/libc/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,14 +613,15 @@ libc_support_library(
613613
libc_support_library(
614614
name = "__support_fixed_point",
615615
hdrs = [
616-
"src/__support/fixed_point/fx_rep.h",
617616
"src/__support/fixed_point/fx_bits.h",
617+
"src/__support/fixed_point/fx_rep.h",
618618
],
619619
deps = [
620620
":__support_cpp_bit",
621621
":__support_cpp_type_traits",
622622
":__support_macros_attributes",
623623
":__support_macros_optimization",
624+
":__support_math_extras",
624625
":llvm_libc_macros_stdfix_macros",
625626
],
626627
)

0 commit comments

Comments
 (0)