~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/patches/revert-Xclang-instcombine-lower-dbg-declare.patch

  • Committer: Olivier Tilloy
  • Date: 2017-12-15 09:10:55 UTC
  • mfrom: (1358.1.57 artful-dev)
  • Revision ID: olivier.tilloy@canonical.com-20171215091055-294mdt7uh3wpkzjb
* Upstream beta channel update: 64.0.3282.24
* debian/control: update Vcs-Bzr field
* debian/rules: remove enable_hotwording build flag
* debian/patches/add-missing-cstddef-include.patch: added
* debian/patches/configuration-directory.patch: refreshed
* debian/patches/disable-sse2: refreshed
* debian/patches/enable-chromecast-by-default.patch: refreshed
* debian/patches/fix-ffmpeg-ia32-build.patch: added
* debian/patches/last-commit-position: refreshed
* debian/patches/no-xlocale-header.patch: removed, no longer needed
* debian/patches/revert-clang-nostdlib++.patch: updated
* debian/patches/revert-Xclang-instcombine-lower-dbg-declare.patch: refreshed
* debian/patches/search-credit.patch: refreshed
* debian/patches/set-rpath-on-chromium-executables.patch: refreshed
* debian/patches/suppress-newer-clang-warning-flags.patch: updated
* debian/patches/title-bar-default-system.patch-v35: refreshed
* debian/patches/touch-v35: refreshed
* debian/patches/widevine-other-locations: refreshed
* debian/known_gn_gen_args-*: remove enable_hotwording build flag

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
--- a/build/config/compiler/BUILD.gn
5
5
+++ b/build/config/compiler/BUILD.gn
6
 
@@ -421,18 +421,6 @@ config("compiler") {
 
6
@@ -422,18 +422,6 @@ config("compiler") {
7
7
     cflags += [ "-fcolor-diagnostics" ]
8
8
   }
9
9
 
15
15
-      "-Xclang",
16
16
-      "-mllvm",
17
17
-      "-Xclang",
18
 
-      "-instcombine-lower-dbg-declare=1",
 
18
-      "-instcombine-lower-dbg-declare=0",
19
19
-    ]
20
20
-  }
21
21
-