Skip to content

Commit 8f4d894

Browse files
committed
[bazel] Port d4ef4b8
1 parent 8f07014 commit 8f4d894

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

967980
libc_function(

0 commit comments

Comments
 (0)