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 6b1cf00 commit 70a9c52Copy full SHA for 70a9c52
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -97,6 +97,11 @@ libc_support_library(
97
deps = [":llvm_libc_macros_float_macros"],
98
)
99
100
+libc_support_library(
101
+ name = "llvm_libc_macros_fcntl_macros",
102
+ hdrs = ["include/llvm-libc-macros/linux/fcntl-macros.h"],
103
+)
104
+
105
############################### Support libraries ##############################
106
107
libc_support_library(
@@ -3271,6 +3276,7 @@ libc_function(
3271
3276
":__support_common",
3272
3277
":__support_osutil_syscall",
3273
3278
":errno",
3279
+ ":llvm_libc_macros_fcntl_macros",
3274
3280
],
3275
3281
3282
0 commit comments