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

Unified Diff: pnacl/driver/pnacl-nm.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-nm.py
===================================================================
--- pnacl/driver/pnacl-nm.py (revision 7831)
+++ pnacl/driver/pnacl-nm.py (working copy)
@@ -14,4 +14,4 @@
def main(argv):
env.set('ARGS', *argv)
- return RunWithLog('${NM} ${ARGS}', errexit=False)
+ return RunWithLog('${NM} --plugin=LLVMgold ${ARGS}', errexit=False)
« pnacl/build.sh ('K') | « pnacl/driver/pnacl-ld.py ('k') | pnacl/driver/pnacl-ranlib.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698