Skip to content

Commit 9e5da05

Browse files
committed
[bazel] Add a missing dependency for __support_fixed_point lib
1 parent 624ea34 commit 9e5da05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ libc_support_library(
614614
name = "__support_fixed_point",
615615
hdrs = ["src/__support/fixed_point/fx_rep.h"],
616616
deps = [
617+
":__support_cpp_type_traits",
617618
":__support_macros_attributes",
618619
":llvm_libc_macros_stdfix_macros",
619620
],

0 commit comments

Comments
 (0)