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 2f48a1f commit 198c3eeCopy full SHA for 198c3ee
utils/bazel/llvm-project-overlay/libc/libc_build_rules.bzl
@@ -92,7 +92,7 @@ def libc_function(
92
# x86 targets have -mno-omit-leaf-frame-pointer.
93
platform_copts = selects.with_or({
94
PLATFORM_CPU_X86_64: ["-mno-omit-leaf-frame-pointer"],
95
- "//conditions:default": []
+ "//conditions:default": [],
96
})
97
copts = copts + platform_copts
98
0 commit comments