aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/chromium-clang-r2.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-12-19 15:46:24 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2018-12-19 21:01:04 +0100
commite2485db796656beda0c45fc60aed2bb66d36070f (patch)
treeff82059197063498fe3e355b683776ff8a67b76f /community/chromium/chromium-clang-r2.patch
parentc40c42dae6e2da6c0bb0ce52f23dad837b330229 (diff)
downloadaports-e2485db796656beda0c45fc60aed2bb66d36070f.tar.bz2
aports-e2485db796656beda0c45fc60aed2bb66d36070f.tar.xz
community/chromium: upgrade to 71.0.3578.98
Diffstat (limited to 'community/chromium/chromium-clang-r2.patch')
-rw-r--r--community/chromium/chromium-clang-r2.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/chromium/chromium-clang-r2.patch b/community/chromium/chromium-clang-r2.patch
deleted file mode 100644
index 1c2955796f..0000000000
--- a/community/chromium/chromium-clang-r2.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
-index 83337d5..8cb93e3 100644
---- ./build/config/compiler/BUILD.gn
-+++ ./build/config/compiler/BUILD.gn
-@@ -488,18 +488,6 @@ config("compiler") {
- }
- }
-
-- if (is_clang && !is_nacl && current_toolchain == host_toolchain &&
-- target_os != "chromeos") {
-- cflags += [
-- # TODO(hans): Remove this once Clang generates better optimized debug info
-- # by default. https://crbug.com/765793
-- "-Xclang",
-- "-mllvm",
-- "-Xclang",
-- "-instcombine-lower-dbg-declare=0",
-- ]
-- }
--
- # Print absolute paths in diagnostics. There is no precedent for doing this
- # on Linux/Mac (GCC doesn't support it), but MSVC does this with /FC and
- # Windows developers rely on it (crbug.com/636109) so only do this on Windows.