summarylogtreecommitdiffstats
path: root/drop-flags-unsupported-by-clang16.patch
diff options
context:
space:
mode:
authorgraysky2024-03-13 15:29:08 -0400
committergraysky2024-03-13 15:29:08 -0400
commit5d92980bf8bcde3b8665c59f2c4357beb41c44aa (patch)
tree85e2052585f30dccd7de8843fe95ecedf8c87d33 /drop-flags-unsupported-by-clang16.patch
parentda8e117c6337b43e8f9bc9afc3f6419715f83abc (diff)
downloadaur-5d92980bf8bcde3b8665c59f2c4357beb41c44aa.tar.gz
Update to 122.0.6261.128-1
Diffstat (limited to 'drop-flags-unsupported-by-clang16.patch')
-rw-r--r--drop-flags-unsupported-by-clang16.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/drop-flags-unsupported-by-clang16.patch b/drop-flags-unsupported-by-clang16.patch
deleted file mode 100644
index a146a6d5ee49..000000000000
--- a/drop-flags-unsupported-by-clang16.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
-index 89b4755ac8b3..94b457385663 100644
---- a/build/config/compiler/BUILD.gn
-+++ b/build/config/compiler/BUILD.gn
-@@ -618,24 +618,6 @@ config("compiler") {
- }
- }
-
-- # TODO(crbug.com/1488374): This causes binary size growth and potentially
-- # other problems.
-- # TODO(crbug.com/1491036): This isn't supported by Cronet's mainline llvm version.
-- if (default_toolchain != "//build/toolchain/cros:target" &&
-- !llvm_android_mainline) {
-- cflags += [
-- "-mllvm",
-- "-split-threshold-for-reg-with-hint=0",
-- ]
-- if (use_thin_lto && is_a_target_toolchain) {
-- if (is_win) {
-- ldflags += [ "-mllvm:-split-threshold-for-reg-with-hint=0" ]
-- } else {
-- ldflags += [ "-Wl,-mllvm,-split-threshold-for-reg-with-hint=0" ]
-- }
-- }
-- }
--
- # TODO(crbug.com/1235145): Investigate why/if this should be needed.
- if (is_win) {
- cflags += [ "/clang:-ffp-contract=off" ]
-@@ -802,10 +784,6 @@ config("compiler") {
- if (is_apple) {
- ldflags += [ "-Wcrl,object_path_lto" ]
- }
--
-- # We only use one version of LLVM within a build so there's no need to
-- # upgrade debug info, which can be expensive since it runs the verifier.
-- ldflags += [ "-Wl,-mllvm,-disable-auto-upgrade-debug-info" ]
- }
-
- # TODO(https://crbug.com/1211155): investigate why this isn't effective on