Skip to content

Commit 031f08c

Browse files
authored
[bazel] Port #93567 (#93877)
1 parent 493eefc commit 031f08c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ libc_support_library(
6969
hdrs = ["include/llvm-libc-macros/float-macros.h"],
7070
)
7171

72+
libc_support_library(
73+
name = "llvm_libc_macros_float16_macros",
74+
hdrs = ["include/llvm-libc-macros/float16-macros.h"],
75+
)
76+
7277
libc_support_library(
7378
name = "llvm_libc_macros_stdint_macros",
7479
hdrs = ["include/llvm-libc-macros/stdint-macros.h"],
@@ -195,6 +200,7 @@ libc_support_library(
195200
":__support_macros_properties_cpu_features",
196201
":__support_macros_properties_os",
197202
":hdr_float_macros",
203+
":llvm_libc_macros_float16_macros",
198204
":llvm_libc_types_float128",
199205
],
200206
)

0 commit comments

Comments
 (0)