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 70480fc commit 25613b3Copy full SHA for 25613b3
utils/bazel/llvm-project-overlay/libc/libc_build_rules.bzl
@@ -128,7 +128,6 @@ def libc_function(
128
129
_libc_library_filegroups(name = name, is_function = True, **kwargs)
130
131
-
132
# TODO(PR #130327): Remove this after downstream uses are migrated to libc_release_library.
133
# This second target is the llvm libc C function with default visibility.
134
func_attrs = [
@@ -156,6 +155,7 @@ def libc_release_library(
156
155
weak_symbols: List of function names that should be marked as weak symbols.
157
**kwargs: Other arguments relevant to cc_library.
158
"""
+
159
# Combine all sources into a single filegroup to avoid repeated sources error.
160
native.filegroup(
161
name = name + "_srcs",
0 commit comments