Skip to content

Commit f11b36d

Browse files
committed
Remove -mllvm --tail-merge-threshold=0 from Bazel.
1 parent e566ae8 commit f11b36d

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)