Skip to content

Commit 61be2d6

Browse files
kluevercopybara-github
authored andcommitted
Change alwayslink = 1 to alwayslink = True.
PiperOrigin-RevId: 747480320 Change-Id: Ia17187502f1190c3c3cf3366d4ccbb71ee9c873e
1 parent 2df16f2 commit 61be2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/starlark/builtins_bzl/common/cc/cc_library.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ cc_library(
712712
deps = ["//third_party/llvm/llvm/tools/clang:frontend"],
713713
# alwayslink as we want to be able to call things in this library at
714714
# debug time, even if they aren't used anywhere in the code.
715-
alwayslink = 1,
715+
alwayslink = True,
716716
)
717717
</code></pre>
718718

0 commit comments

Comments
 (0)