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

Unified Diff: pnacl/driver/pnacl-ld.py

Issue 8698014: Switch to using the LLVM gold plugin as a fully linked-in object rather than DSO. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 10 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 | « pnacl/driver/pnacl-ar.py ('k') | pnacl/driver/pnacl-nm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pnacl/driver/pnacl-ld.py
===================================================================
--- pnacl/driver/pnacl-ld.py (revision 7831)
+++ pnacl/driver/pnacl-ld.py (working copy)
@@ -57,7 +57,7 @@
'OPT_STRIP_all': '-disable-opt --strip',
'OPT_STRIP_debug': '-disable-opt --strip-debug',
- 'GOLD_PLUGIN_ARGS': '-plugin=${GOLD_PLUGIN_SO} ' +
jvoung - send to chromium... 2012/02/18 00:10:39 can the GOLD_PLUGIN_SO variable be removed too?
pdox 2012/02/18 00:15:59 Done.
+ 'GOLD_PLUGIN_ARGS': '-plugin=LLVMgold ' +
'-plugin-opt=emit-llvm',
'LD_FLAGS' : '-nostdlib ${@AddPrefix:-L:SEARCH_DIRS} ' +
« no previous file with comments | « pnacl/driver/pnacl-ar.py ('k') | pnacl/driver/pnacl-nm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698