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 600a83b commit 5bdee35Copy full SHA for 5bdee35
utils/bazel/llvm-project-overlay/libc/libc_build_rules.bzl
@@ -117,11 +117,11 @@ def libc_function(
117
func_attrs = [
118
"LLVM_LIBC_FUNCTION_ATTR_" + name + "='LLVM_LIBC_EMPTY, [[gnu::weak]]'",
119
] if weak else []
120
-
121
- local_defines = (local_defines
122
- + ["LIBC_COPT_PUBLIC_PACKAGING"]
123
- + ["LLVM_LIBC_FUNCTION_ATTR='[[gnu::visibility(\"default\")]]'"]
124
- + func_attrs)
+
+ local_defines = (local_defines +
+ ["LIBC_COPT_PUBLIC_PACKAGING"] +
+ ["LLVM_LIBC_FUNCTION_ATTR='[[gnu::visibility(\"default\")]]'"] +
+ func_attrs)
125
_libc_library(
126
name = name,
127
hidden = True,
0 commit comments