Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2278)

Unified Diff: build/common.gypi

Issue 1947103002: Fix LTO on Linux by not specifying a blacklist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 96c23b035419f1a2e9ecccc509789b5e13fd286c..1906c65df25ed2f37bc29a311f2d7877092a0eb5 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -6273,9 +6273,6 @@
['_toolset=="target"', {
'cflags': [
'-fwhole-program-vtables',
- # TODO(pcc): Remove this flag once the upstream interface change
- # (http://reviews.llvm.org/D18635) lands.
- '-fwhole-program-vtables-blacklist=<(cfi_blacklist)',
],
'ldflags': [
'-fwhole-program-vtables',
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698