search for: rmahajan

Displaying 4 results from an estimated 4 matches for "rmahajan".

Did you mean: mahajan
2014 May 16
4
[LLVMdev] Code generation support in llvm for windows phone
Hi, Is there support available in llc to convert llvm bytecode to Windows Mobile binary? I have tried triples like arm-pc-win32 , thumbv7-window ... but the object file generated is not getting linked to the windows native project. Any pointers will be greatly appreciated? Thanks, ~rajat -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 May 28
2
[LLVMdev] Code generation support in llvm for windows phone
...clear. ~rajat -----Original Message----- From: Saleem Abdulrasool [mailto:abdulras at fb.com] Sent: Friday, May 16, 2014 11:23 PM To: Rajat Mahajan Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] Code generation support in llvm for windows phone On May 16, 2014, at 6:53 AM, Rajat Mahajan <rmahajan at adobe.com> wrote: > Hi, > > Is there support available in llc to convert llvm bytecode to Windows Mobile binary? > I have tried triples like arm-pc-win32 , thumbv7-window ... but the object file generated is not getting linked to the windows native project. > Any pointers...
2014 Jun 07
2
[LLVMdev] Code generation support in llvm for windows phone
...m.obj, I can see "Thumb instructions" where as in a.obj, I don't see that. I'd appreciate any pointers on this. Regards, Kashyap On Fri, May 30, 2014 at 10:45 PM, Saleem Abdulrasool <abdulras at fb.com> wrote: > > On May 28, 2014, at 5:18 AM, Rajat Mahajan <rmahajan at adobe.com> wrote: > > > I am talking about Windows Mobile 8 and 8.1 and not CE. > > Not sure though that the Windows 8 (ARM NT) is similar to Windows Mobile > 8 platform. > > > > I used the following command to generate the obj file > > Llc.exe -mtriple=...
2014 Jun 08
2
[LLVMdev] Code generation support in llvm for windows phone
...unctionality. > > >> Regards, >> Kashyap >> >> >> >> >> >> >> On Fri, May 30, 2014 at 10:45 PM, Saleem Abdulrasool <abdulras at fb.com> >> wrote: >> >>> >>> On May 28, 2014, at 5:18 AM, Rajat Mahajan <rmahajan at adobe.com> wrote: >>> >>> > I am talking about Windows Mobile 8 and 8.1 and not CE. >>> > Not sure though that the Windows 8 (ARM NT) is similar to Windows >>> Mobile 8 platform. >>> > >>> > I used the following command to gene...