From f11b36d642f0337790601fd98e0024baa4209835 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Tue, 5 Nov 2024 12:24:30 -0800 Subject: [PATCH] Remove -mllvm --tail-merge-threshold=0 from Bazel. --- utils/bazel/llvm-project-overlay/libc/BUILD.bazel | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel index f6648c9bffa73..54c1c3eb27f20 100644 --- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel @@ -3648,7 +3648,6 @@ libc_function( name = "memcpy", srcs = ["src/string/memcpy.cpp"], hdrs = ["src/string/memcpy.h"], - copts = ["-mllvm --tail-merge-threshold=0"], features = no_sanitize_features, weak = True, deps = [ @@ -3685,7 +3684,6 @@ libc_function( name = "mempcpy", srcs = ["src/string/mempcpy.cpp"], hdrs = ["src/string/mempcpy.h"], - copts = ["-mllvm --tail-merge-threshold=0"], features = no_sanitize_features, weak = True, deps = [