[llvm-commits] [llvm] r101399 - in /llvm/trunk: Makefile.rules tools/edis/EnhancedDisassembly.exports tools/edis/Makefile tools/lto/Makefile tools/lto/lto.exports

Anton Korobeynikov anton at korobeynikov.info
Fri Apr 16 14:13:05 PDT 2010


> This broke the tools/edis build on my system because the snapshot version of
> gold I have happens to not support the -retain-symbols-file flag, and
> instead parsed it as '-r' which is incompatible with '-shared'.
> I don't know whether this is unique to my snapshot (and I'm going to update
> it now -- why not?) but if there were a gold release that didn't support
> this flag, it might be necessary to move it to a configure test.
Same problem for me here. It's quite unfortunate change since gold
make really huge speedup in the linking...

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-commits mailing list