search for: libmytmp1

Displaying 2 results from an estimated 2 matches for "libmytmp1".

2007 Mar 31
2
[LLVMdev] native libraries
...;ve created. So, I run the following command: > llvm-ld -native -o mytmp.exe -L. -lmytmp1 mytmp2.bc mytmp3.bc When I do so I get the following warning: > llvm-ld: warning: Supposed library 'mytmp1' isn't a library. However, the executable seems to work fine, and seems to find libmytmp1.so through LD_LIBRARY_PATH just fine. Is it safe to ignore the warning? What is meant by the warning? Regards, Ryan > On Wed, 2006-08-16 at 18:01 +0200, Bram Adams wrote: > > Hi, > > > > I'm using LLVM 1.8 with the GCC4-frontend on a Slackware 10.2 box (GCC > > 3...
2007 Apr 01
0
[LLVMdev] native libraries
...: > > > llvm-ld -native -o mytmp.exe -L. -lmytmp1 mytmp2.bc mytmp3.bc > > When I do so I get the following warning: > > > llvm-ld: warning: Supposed library 'mytmp1' isn't a library. > > However, the executable seems to work fine, and seems to find > libmytmp1.so through LD_LIBRARY_PATH just fine. Is it safe to ignore > the warning? Probably. > What is meant by the warning? I think its a hold-over from when llvm-ld didn't recognize non-bytecode libraries. Could you please file this as a code-cleanup bug so we don't forget about it?...