Skip to content

Commit bfda580

Browse files
committed
[bazel] Port for 0eedc85 and 82a4a41
1 parent a52c0c7 commit bfda580

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,15 @@ libc_support_library(
610610
],
611611
)
612612

613+
libc_support_library(
614+
name = "__support_fixed_point",
615+
hdrs = ["src/__support/fixed_point/fx_rep.h"],
616+
deps = [
617+
":__support_macros_attributes",
618+
":llvm_libc_macros_stdfix_macros",
619+
],
620+
)
621+
613622
libc_support_library(
614623
name = "__support_fputil_generic_fmod",
615624
hdrs = ["src/__support/FPUtil/generic/FMod.h"],

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,15 @@ libc_support_library(
4646
"//libc:__support_cpp_string",
4747
"//libc:__support_cpp_string_view",
4848
"//libc:__support_cpp_type_traits",
49+
"//libc:__support_fixed_point",
4950
"//libc:__support_fputil_fp_bits",
5051
"//libc:__support_fputil_fpbits_str",
5152
"//libc:__support_fputil_rounding_mode",
5253
"//libc:__support_macros_properties_architectures",
5354
"//libc:__support_stringutil",
5455
"//libc:__support_uint128",
5556
"//libc:errno",
57+
"//libc:llvm_libc_macros_stdfix_macros",
5658
"//llvm:Support",
5759
],
5860
)

0 commit comments

Comments
 (0)