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

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
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} ' +
+ 'GOLD_PLUGIN_ARGS': '-plugin=LLVMgold ' +
'-plugin-opt=emit-llvm',
'LD_FLAGS' : '-nostdlib ${@AddPrefix:-L:SEARCH_DIRS} ' +
« pnacl/build.sh ('K') | « 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