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

Unified Diff: tools/ld_bfd/ld

Issue 7655010: Reserve 1GB at the base of the address space of linux nacl_helper for Native Client module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « chrome/nacl/nacl_helper_linux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ld_bfd/ld
diff --git a/tools/ld_bfd/ld b/tools/ld_bfd/ld
index 5a5d84ef5decd4e4dc04d1d5227457436561ca28..124f202a5fa89d9b5dd2f9613611cd6e8bd3b40b 100755
--- a/tools/ld_bfd/ld
+++ b/tools/ld_bfd/ld
@@ -34,6 +34,8 @@ def main():
continue
if arg == "-Wl,--thread-count=4" or arg == "--thread-count=4":
continue
+ if arg == "--icf=none":
+ continue
args.append(arg)
print("ld_bfd/ld: exec ", args)
sys.exit(subprocess.call(args))
« no previous file with comments | « chrome/nacl/nacl_helper_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698