File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
utils/bazel/llvm-project-overlay/libc Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ libc_support_library(
87
87
":__support_macros_properties_compiler" ,
88
88
":__support_macros_properties_cpu_features" ,
89
89
":__support_macros_properties_os" ,
90
+ ":llvm_libc_macros_float_macros" ,
91
+ ":llvm_libc_types_float128" ,
90
92
],
91
93
)
92
94
@@ -962,6 +964,17 @@ libc_support_library(
962
964
hdrs = ["include/llvm-libc-macros/limits-macros.h" ],
963
965
)
964
966
967
+ libc_support_library (
968
+ name = "llvm_libc_macros_float_macros" ,
969
+ hdrs = ["include/llvm-libc-macros/float-macros.h" ],
970
+ )
971
+
972
+ libc_support_library (
973
+ name = "llvm_libc_types_float128" ,
974
+ hdrs = ["include/llvm-libc-types/float128.h" ],
975
+ deps = [":llvm_libc_macros_float_macros" ],
976
+ )
977
+
965
978
############################### errno targets ################################
966
979
967
980
libc_function (
You can’t perform that action at this time.
0 commit comments