Skip to content

Commit 5bdee35

Browse files
committed
[bazel] format utils/bazel/llvm-project-overlay/libc/libc_build_rules.bzl
1 parent 600a83b commit 5bdee35

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

utils/bazel/llvm-project-overlay/libc/libc_build_rules.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ def libc_function(
117117
func_attrs = [
118118
"LLVM_LIBC_FUNCTION_ATTR_" + name + "='LLVM_LIBC_EMPTY, [[gnu::weak]]'",
119119
] 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)
120+
121+
local_defines = (local_defines +
122+
["LIBC_COPT_PUBLIC_PACKAGING"] +
123+
["LLVM_LIBC_FUNCTION_ATTR='[[gnu::visibility(\"default\")]]'"] +
124+
func_attrs)
125125
_libc_library(
126126
name = name,
127127
hidden = True,

0 commit comments

Comments
 (0)