search for: issue968046_1

Displaying 5 results from an estimated 5 matches for "issue968046_1".

2010 May 04
3
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
...ib/Makefile until it works for >>> you and send us a patch, we can probably get it working for llvm-2.8. >>> >> >> >> ld on FreeBSD is from binutils. It takes --whole-archive option. > > Would you try the patch at > http://codereview.appspot.com/download/issue968046_1.diff? It should > make the BSDs fall into the same path as Linux, and since you use gnu > ld, that should work for you. Ping?
2010 Apr 30
0
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
...f you can rearrange tools/llvm-shlib/Makefile until it works for >> you and send us a patch, we can probably get it working for llvm-2.8. >> > > > ld on FreeBSD is from binutils. It takes --whole-archive option. Would you try the patch at http://codereview.appspot.com/download/issue968046_1.diff? It should make the BSDs fall into the same path as Linux, and since you use gnu ld, that should work for you. > But command > line needs to be changed: actual archive files should be supplied, not just > -lXXX. I believe that will fix the problem. This isn't needed on Linux or...
2010 Apr 28
2
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
Jeffrey Yasskin wrote: > We currently use two different techniques to get whole libraries > included into the .so. On Linux (gnu ld and gold), we pass > --whole-archive, while on OSX we pass -all_load. Which ld does FreeBSD > use? If you can rearrange tools/llvm-shlib/Makefile until it works for > you and send us a patch, we can probably get it working for llvm-2.8. > ld on
2010 May 05
0
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
Jeffrey Yasskin wrote: >> Would you try the patch at >> http://codereview.appspot.com/download/issue968046_1.diff? It should >> make the BSDs fall into the same path as Linux, and since you use gnu >> ld, that should work for you. >> > > Ping? > Sorry for the delay. Here is what I am getting after applying the patch: gmake[2]: Leaving directory `/tmp/llvm-build/2.7/ll...
2010 May 05
2
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
On Tue, May 4, 2010 at 5:31 PM, Yuri <yuri at tsoft.com> wrote: > Jeffrey Yasskin wrote: >>> >>> Would you try the patch at >>> http://codereview.appspot.com/download/issue968046_1.diff? It should >>> make the BSDs fall into the same path as Linux, and since you use gnu >>> ld, that should work for you. >>> >> >> Ping? >> > > > Sorry for the delay. > > Here is what I am getting after applying the patch: > gmake[2]...