search for: abdulra

Displaying 10 results from an estimated 10 matches for "abdulra".

Did you mean: abdulras
2014 May 28
2
[LLVMdev] Code generation support in llvm for windows phone
...-filetype=obj <some_name>.bc The object file generated in the above object doesn't get linked when I try to link it with the windows mobile library as it fails to recognize the object format. ( Not a valid object file ) Hope I am 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...
2014 Jun 07
2
[LLVMdev] Code generation support in llvm for windows phone
...nd m.exe gets generated. However I noticed a difference in the dumpbin output for a.obj and m.obj - In 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....
2014 Feb 28
6
[LLVMdev] Unifying Windows Target Triples
...mly take any of the combination IA-64 or MS C++ ABI + MS C ABI or the MinGW environment (which is IA-64 ABI and its supplementary libraries). I understand that this may be controversial since it can potentially break existing code bases, but I think that the result of this is worth it. -- Saleem Abdulrasool abdulras (at) fb (dot) com
2014 Jun 08
2
[LLVMdev] Code generation support in llvm for windows phone
...Saleem, The target is Windows phone 8.1 (ARM). I'll update the crash details tomorrow. One big problem is that I have to use a physical windows phone for execution. I wonder if it is possible to execute such "exes" using qemu. Regards, Kashyap On Sun, Jun 8, 2014 at 2:53 AM, Saleem Abdulrasool <compnerd at compnerd.org> wrote: > On Sat, Jun 7, 2014 at 10:06 AM, C K Kashyap <ckkashyap at gmail.com> wrote: > >> Hi Saleem, >> I have a similar situation - I'd appreciate your inputs on it. I noticed >> that the obj file generated using llvm does no...
2014 Jun 23
4
[LLVMdev] Support for Windows Phone 8.1
On Wed, Jun 18, 2014 at 10:25 AM, Saleem Abdulrasool <compnerd at compnerd.org> wrote: > On Wed, Jun 18, 2014 at 9:09 AM, Damanjit Singh <dsingh at adobe.com> wrote: > >> Hi Saleem, >> >> Though a simple app works great I am facing few issues trying to link a >> slightly complex object file, generated...
2014 Feb 28
3
[LLVMdev] Unifying Windows Target Triples
On Feb 27, 2014, at 7:48 PM, Chandler Carruth <chandlerc at google.com> wrote: > I like this direction in general, but: Excellent! > On Thu, Feb 27, 2014 at 7:40 PM, Saleem Abdulrasool <abdulras at fb.com> wrote: > {armv7,i686,x86_64}-windows-{ia,mingw,ms}pe > > First a correction, I assume you mean: {armv7,i686,x86_64}-<vendor>-windows-{ia,mingw,ms}pe That is indeed what I meant. > I think these are the wrong ABI names. And if the environments are...
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 Jun 18
2
[LLVMdev] Support for Windows Phone 8.1
...s. Seems like there are some fixup issues related to b.w instruction. Note that I am using Visual Studio’s linker to create a Window’s phone app. I would really appreciate any help, or pointers for further investigation, for the second issue above. Thanks, Daman On 09/06/14 8:45 pm, "Saleem Abdulrasool" <abdulras at fb.com<mailto:abdulras at fb.com>> wrote: On Jun 8, 2014, at 10:46 PM, Damanjit Singh <dsingh at adobe.com<mailto:dsingh at adobe.com>> wrote: Thanks a lot Saleem, The issue is fixed and a simple app works fine now. Awesome; thanks for the verifica...
2014 Jun 09
2
[LLVMdev] Support for Windows Phone 8.1
...rectly. I'm not experienced with it >myself but I've heard that MSVC will produce assembly that it can't >parse, so it's probably a good idea to leave assembly out of the >equation when targeting Windows. > >Nick > >> On 08-Jun-2014, at 11:00 am, "Saleem Abdulrasool" <compnerd at compnerd.org >> <mailto:compnerd at compnerd.org>> wrote: >> >>> On Sat, Jun 7, 2014 at 4:49 PM, Nick Lewycky <nicholas at mxc.ca >>> <mailto:nicholas at mxc.ca>> wrote: >>> >>> Damanjit Singh wrote:...
2014 May 30
3
[LLVMdev] lit test suite on Windows always hangs.
I'm using Windows 8.1, and every time I run check-clang, I eventually end up with a bunch of hung processes. Generally this is an instance of clang.exe, a bunch of instances of FileCheck.exe, and occasionally an llc.exe and an opt.exe. Inside, the processes are all hung inside of calls to WriteFile() attempting to write to stdout. I notice some of the tests fail with output indicating that