diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-06-23 14:35:48 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-06-23 14:35:48 +0100 |
commit | d80b21fa510403d23e049179185f1109760cd0f4 (patch) | |
tree | 8d4a4d1dd5133f967077e8dc5c6889716fdc672e /www-client/chromium/files/chromium-clang-r2.patch | |
parent | 82938b572b54508ca9e854dcd15af8dcddd4536e (diff) |
we cannot keep this up to date, and gentoo's ebuild is kinda broken, so completely drop it
Diffstat (limited to 'www-client/chromium/files/chromium-clang-r2.patch')
-rw-r--r-- | www-client/chromium/files/chromium-clang-r2.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/www-client/chromium/files/chromium-clang-r2.patch b/www-client/chromium/files/chromium-clang-r2.patch deleted file mode 100644 index aaee1671..00000000 --- a/www-client/chromium/files/chromium-clang-r2.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/build/config/compiler/BUILD.gn -+++ b/build/config/compiler/BUILD.gn -@@ -422,18 +422,6 @@ - cflags += [ "-fcolor-diagnostics" ] - } - -- # TODO(hans): Remove this once Clang generates better optimized debug info by -- # default. https://crbug.com/765793 -- if (is_clang && !is_nacl && current_toolchain == host_toolchain && -- target_os != "chromeos") { -- cflags += [ -- "-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. |