Jeff Cohen
2004-Dec-04 04:06 UTC
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
It will have to be Morten. I can't get ltdl.c to compile. But wasn't the whole point of doing platform-specific DynamicLibrary.cpps to get rid of ltdl.c? On Fri, 3 Dec 2004 10:40:53 -0600 (CST) Chris Lattner <sabre at nondot.org> wrote:> On Fri, 3 Dec 2004, Reid Spencer wrote: > > > Could someone please apply this patch to the Win32 support so that > > Morten and Jeff can handle the recent changes? I can't do it because > > I"m on the road with only email access. > > I'd be happy to do it. Can someone send me the patch as an attachment > off-list? > > -Chris
Chris Lattner
2004-Dec-04 04:35 UTC
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
On Fri, 3 Dec 2004, Jeff Cohen wrote:> It will have to be Morten. I can't get ltdl.c to compile. But wasn't > the whole point of doing platform-specific DynamicLibrary.cpps to get > rid of ltdl.c?ltdl.c is part of libtool that is supposed to BE the cross-platform dynamic linker interface. However, for platforms it doesn't really support, using custom code makes perfect sense. -Chris> On Fri, 3 Dec 2004 10:40:53 -0600 (CST) > Chris Lattner <sabre at nondot.org> wrote: > > > On Fri, 3 Dec 2004, Reid Spencer wrote: > > > > > Could someone please apply this patch to the Win32 support so that > > > Morten and Jeff can handle the recent changes? I can't do it because > > > I"m on the road with only email access. > > > > I'd be happy to do it. Can someone send me the patch as an attachment > > off-list? > > > > -Chris > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev >-Chris -- http://nondot.org/sabre/ http://llvm.cs.uiuc.edu/
Reid Spencer
2004-Dec-04 05:07 UTC
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
ltdl.h fully supports windows platforms (lots of them). That isn't the issue. The issue is setting up the #defines to reflect the windows system. e.g. HAVE_DLOPEN needs to be false Reid. On Fri, 2004-12-03 at 20:35, Chris Lattner wrote:> On Fri, 3 Dec 2004, Jeff Cohen wrote: > > > It will have to be Morten. I can't get ltdl.c to compile. But wasn't > > the whole point of doing platform-specific DynamicLibrary.cpps to get > > rid of ltdl.c? > > ltdl.c is part of libtool that is supposed to BE the cross-platform > dynamic linker interface. However, for platforms it doesn't really > support, using custom code makes perfect sense. > > -Chris > > > > On Fri, 3 Dec 2004 10:40:53 -0600 (CST) > > Chris Lattner <sabre at nondot.org> wrote: > > > > > On Fri, 3 Dec 2004, Reid Spencer wrote: > > > > > > > Could someone please apply this patch to the Win32 support so that > > > > Morten and Jeff can handle the recent changes? I can't do it because > > > > I"m on the road with only email access. > > > > > > I'd be happy to do it. Can someone send me the patch as an attachment > > > off-list? > > > > > > -Chris > > > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev > > > > -Chris-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041203/0f98f974/attachment.sig>
Possibly Parallel Threads
- [LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
- [LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
- [LLVMdev] Trouble Resolving Objective-C Symbols in lli
- [LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
- [LLVMdev] Trouble Resolving Objective-C Symbols in lli