summarylogtreecommitdiffstats
path: root/remove-dead-reloc-in-nonalloc-LD-flags.patch
diff options
context:
space:
mode:
authorKJ Liew2020-11-18 04:05:18 -0800
committerKJ Liew2020-11-18 04:05:18 -0800
commit80a0a930538518e4072a194e15ec1c75607b0ccb (patch)
tree0100187b16803e3eed67659dc200574f5d85b0fb /remove-dead-reloc-in-nonalloc-LD-flags.patch
parent21f70ab1f38f78302f8e4c42f6ebb08abb7f3af0 (diff)
downloadaur-80a0a930538518e4072a194e15ec1c75607b0ccb.tar.gz
chromium-vaapi 87.0.4280.66-1
Diffstat (limited to 'remove-dead-reloc-in-nonalloc-LD-flags.patch')
-rw-r--r--remove-dead-reloc-in-nonalloc-LD-flags.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/remove-dead-reloc-in-nonalloc-LD-flags.patch b/remove-dead-reloc-in-nonalloc-LD-flags.patch
deleted file mode 100644
index 1adf3397bb39..000000000000
--- a/remove-dead-reloc-in-nonalloc-LD-flags.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 74b0cb5b86f7d7f8f7c1172d85b09096bef147b7 Mon Sep 17 00:00:00 2001
-From: Daniel Nicoara <dnicoara@chromium.org>
-Date: Thu, 24 Sep 2020 02:34:24 +0000
-Subject: [PATCH] Remove dead-reloc-in-nonalloc LD flags
-
-Breakpad change landed. Revert workaround.
-
-Bug: 1105559
-Test: components/crash/content/tools/generate_breakpad_symbols.py --build-dir=out/andrd --binary=out/andrd/lib.unstripped/libcontent_shell_content_view.so --symbols-dir=/tmp/foo --platform=android
-Change-Id: I519534002898a97b15a57b9b87ac78ef3f216dee
-Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427349
-Commit-Queue: Nico Weber <thakis@chromium.org>
-Reviewed-by: Nico Weber <thakis@chromium.org>
-Cr-Commit-Position: refs/heads/master@{#810066}
----
- build/config/compiler/BUILD.gn | 8 --------
- 1 file changed, 8 deletions(-)
-
-diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
-index aa9eca20bd2..42839cfba3f 100644
---- a/build/config/compiler/BUILD.gn
-+++ b/build/config/compiler/BUILD.gn
-@@ -396,14 +396,6 @@ config("compiler") {
- "-Wl,--as-needed",
- ]
- }
-- if (use_lld && !is_chromeos_device) {
-- # TODO(thakis): Fix dump_syms to not need this and then remove it,
-- # https://crbug.com/1105559
-- ldflags += [
-- "-Wl,-z,dead-reloc-in-nonalloc=*=0",
-- "-Wl,-z,dead-reloc-in-nonalloc=.debug_ranges=1",
-- ]
-- }
- }
-
- # Linux-specific compiler flags setup.