 Chromium Code Reviews
 Chromium Code Reviews 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/
    
  
    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/| 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} ' + |