Skip to content

Commit 2f48765

Browse files
authored
[libc][bazel] Remove -mllvm --tail-merge-threshold=0 from Bazel. (#115061)
Follow-up on the `-mllvm --tail-merge-threshold=0` removal promised in aeccc16 (see b2a9ea4 commit message on why we don't need this in Bazel, and will only keep in AArch64-specific compile flags in CMake build).
1 parent 270bfb2 commit 2f48765

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/bazel/llvm-project-overlay/libc/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3648,7 +3648,6 @@ libc_function(
36483648
name = "memcpy",
36493649
srcs = ["src/string/memcpy.cpp"],
36503650
hdrs = ["src/string/memcpy.h"],
3651-
copts = ["-mllvm --tail-merge-threshold=0"],
36523651
features = no_sanitize_features,
36533652
weak = True,
36543653
deps = [
@@ -3685,7 +3684,6 @@ libc_function(
36853684
name = "mempcpy",
36863685
srcs = ["src/string/mempcpy.cpp"],
36873686
hdrs = ["src/string/mempcpy.h"],
3688-
copts = ["-mllvm --tail-merge-threshold=0"],
36893687
features = no_sanitize_features,
36903688
weak = True,
36913689
deps = [

0 commit comments

Comments
 (0)