Sanjiv.Gupta at microchip.com
2008-Apr-29 05:55 UTC
[LLVMdev] Write permissions for a new target.
Hi, We have started working on a llvm backend port for our target. For that we will need to create a new directory under lib/Targets/ named as PIC16. Can we get write permissions to the new directory? We are okay to send patches as far as writeable access to other generic files are concerned. Thanks, Sanjiv
On Apr 28, 2008, at 10:55 PM, <Sanjiv.Gupta at microchip.com> wrote:> Hi, > > We have started working on a llvm backend port for our target. > For that we will need to create a new directory under lib/Targets/ > named > as PIC16.Great!> Can we get write permissions to the new directory? > > We are okay to send patches as far as writeable access to other > generic > files are concerned.Sure, no problem. Please familiarize yourself with: http://llvm.org/docs/DeveloperPolicy.html If it seems reasonable please send me the requested information (offlist!) -Chris