We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c007fbb commit f3b92faCopy full SHA for f3b92fa
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -333,6 +333,7 @@ libc_support_library(
333
":__support_macros_attributes",
334
":__support_macros_config",
335
":__support_macros_properties_float",
336
+ ":llvm_libc_macros_stdfix_macros",
337
],
338
)
339
@@ -979,6 +980,12 @@ libc_support_library(
979
980
hdrs = ["include/llvm-libc-macros/float-macros.h"],
981
982
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
+
989
libc_support_library(
990
name = "llvm_libc_types_float128",
991
hdrs = ["include/llvm-libc-types/float128.h"],
0 commit comments