search for: r75379

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

2009 Jun 23
3
[LLVMdev] llvmc for PIC16
> BTW, Chris's Makefile changes broke llvmc yesterday (r75379). I'm > working on a fix. Hi Mikhail, Did you get a chance to fix this. I still get errors while building examples. i00202 at ubuntu:~/projects/llvm/tools/llvmc/example/mcc16$ make make[1]: Entering directory `/home/i00202/projects/llvm/tools/llvmc/example/mcc16/plugins' make[2]: Enter...
2009 Jun 23
0
[LLVMdev] llvmc for PIC16
Hi Sanjiv, 2009/6/23 <Sanjiv.Gupta at microchip.com> > > > BTW, Chris's Makefile changes broke llvmc yesterday (r75379). I'm > > working on a fix. > > Hi Mikhail, > Did you get a chance to fix this. I still get errors while building examples. > This issue should be fixed now (r74001+). -- ()  ascii ribbon campaign - against html e-mail /\  www.asciiribbon.org   - against proprietary attachm...
2009 Jun 18
0
[LLVMdev] llvmc for PIC16
...hooks for platform-specific things. Also, do not hesitate to mail me or file a bug if you notice some warts in Windows support. One known issue is that DLL plugins do not work. I test on both Linux and Windows, but develop mainly on Linux. BTW, Chris's Makefile changes broke llvmc yesterday (r75379). I'm working on a fix. -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
2009 Jun 18
3
[LLVMdev] llvmc for PIC16
Hi Mikhail, Thanks for your wonderful help so far. I have few more questions to ask: How do I modify the driver to pick tools from where the driver itself resides, rather than from the PATH? And how to make sure that we have same behavior on Windows as far as paths (/ Vs \) and picking up tools from the driver directory is concerned? Do I need to write some C++ code to customize such
2009 Jun 28
1
[LLVMdev] llvmc for PIC16
Mikhail Glushenkov wrote: > Hi Sanjiv, > > 2009/6/23 <Sanjiv.Gupta at microchip.com> > >>> BTW, Chris's Makefile changes broke llvmc yesterday (r75379). I'm >>> working on a fix. >>> >> Hi Mikhail, >> Did you get a chance to fix this. I still get errors while building examples. >> >> > > This issue should be fixed now (r74001+). > > Yes. It works now. I have a few more thing...