Skip to content

Commit 0b13e2c

Browse files
committed
[bazel] Another format fix for libc_build_rules.bzl, NFC
1 parent 9a05a89 commit 0b13e2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def libc_function(
7878
its deps.
7979
**kwargs: Other attributes relevant for a cc_library. For example, deps.
8080
"""
81+
8182
# We use the explicit equals pattern here because append and += mutate the
8283
# original list, where this creates a new list and stores it in deps.
8384
copts = copts or []
@@ -89,6 +90,7 @@ def libc_function(
8990
"-fno-omit-frame-pointer",
9091
"-fstack-protector-strong",
9192
]
93+
9294
# x86 targets have -mno-omit-leaf-frame-pointer.
9395
platform_copts = selects.with_or({
9496
PLATFORM_CPU_X86_64: ["-mno-omit-leaf-frame-pointer"],

0 commit comments

Comments
 (0)