[llvm-commits] [llvm] r96959 - in /llvm/trunk: Makefile Makefile.config.in Makefile.rules autoconf/configure.ac configure examples/BrainF/Makefile examples/Fibonacci/Makefile examples/HowToUseJIT/Makefile test/Makefile test/Unit/lit.cfg test/Unit

Jeffrey Yasskin jyasskin at google.com
Tue Feb 23 12:49:50 PST 2010


You're using gold. I'm reverting the whole change anyway, but I'll be
sure to avoid that option for the next attempt.

On Tue, Feb 23, 2010 at 3:45 PM, Richard Osborne <richard at xmos.com> wrote:
> On 23 Feb 2010, at 18:10, Jeffrey Yasskin wrote:
>
>> Author: jyasskin
>> Date: Tue Feb 23 12:10:07 2010
>> New Revision: 96959
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=96959&view=rev
>> Log:
>> Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM.  This links 3 of
>> the examples shared to make sure the shared library keeps working.
>
> This breaks the build for me on Ubuntu 9.10. Error is as follows:
>
> llvm[1]: Linking Debug Shared Library LLVM-2.7svn.so
> /usr/bin/ld: --warn-shared-textrel: unknown option
> /usr/bin/ld: use the --help option for usage information
> collect2: ld returned 1 exit status
> make[1]: *** [/homelocal/richard/llvm-obj/Debug/lib/libLLVM-2.7svn.so] Error 1
> make[1]: Leaving directory `/homelocal/richard/llvm-obj/tools/llvm-shlib'
> make: *** [all] Error 1
>
>




More information about the llvm-commits mailing list