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(
8787 ":__support_macros_properties_compiler" ,
8888 ":__support_macros_properties_cpu_features" ,
8989 ":__support_macros_properties_os" ,
90+ ":llvm_libc_macros_float_macros" ,
91+ ":llvm_libc_types_float128" ,
9092 ],
9193)
9294
@@ -962,6 +964,17 @@ libc_support_library(
962964 hdrs = ["include/llvm-libc-macros/limits-macros.h" ],
963965)
964966
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+
965978############################### errno targets ################################
966979
967980libc_function (
You can’t perform that action at this time.
0 commit comments