File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
utils/bazel/llvm-project-overlay/libc Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -610,6 +610,15 @@ libc_support_library(
610
610
],
611
611
)
612
612
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
+
613
622
libc_support_library (
614
623
name = "__support_fputil_generic_fmod" ,
615
624
hdrs = ["src/__support/FPUtil/generic/FMod.h" ],
Original file line number Diff line number Diff line change @@ -46,13 +46,15 @@ libc_support_library(
46
46
"//libc:__support_cpp_string" ,
47
47
"//libc:__support_cpp_string_view" ,
48
48
"//libc:__support_cpp_type_traits" ,
49
+ "//libc:__support_fixed_point" ,
49
50
"//libc:__support_fputil_fp_bits" ,
50
51
"//libc:__support_fputil_fpbits_str" ,
51
52
"//libc:__support_fputil_rounding_mode" ,
52
53
"//libc:__support_macros_properties_architectures" ,
53
54
"//libc:__support_stringutil" ,
54
55
"//libc:__support_uint128" ,
55
56
"//libc:errno" ,
57
+ "//libc:llvm_libc_macros_stdfix_macros" ,
56
58
"//llvm:Support" ,
57
59
],
58
60
)
You can’t perform that action at this time.
0 commit comments