Skip to content

Commit f3b92fa

Browse files
committed
[bazel] Port for 1301bc4
1 parent c007fbb commit f3b92fa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ libc_support_library(
333333
":__support_macros_attributes",
334334
":__support_macros_config",
335335
":__support_macros_properties_float",
336+
":llvm_libc_macros_stdfix_macros",
336337
],
337338
)
338339

@@ -979,6 +980,12 @@ libc_support_library(
979980
hdrs = ["include/llvm-libc-macros/float-macros.h"],
980981
)
981982

983+
libc_support_library(
984+
name = "llvm_libc_macros_stdfix_macros",
985+
hdrs = ["include/llvm-libc-macros/stdfix-macros.h"],
986+
deps = [":llvm_libc_macros_float_macros"],
987+
)
988+
982989
libc_support_library(
983990
name = "llvm_libc_types_float128",
984991
hdrs = ["include/llvm-libc-types/float128.h"],

0 commit comments

Comments
 (0)