Displaying 8 results from an estimated 8 matches for "damanjit".
2014 Jun 23
2
[LLVMdev] VFP3
I am not using llvm tools, but sources and directly calling into relevant
LLVM classes and methods.
Thanks,
Daman
On 23/06/14 4:11 pm, "Amara Emerson" <amara.emerson at gmail.com> wrote:
>Hi Damanjit,
>
>I assume you're trying to use the tools like llvm-mc, in which case
>you can use the -mattr=+vfpv3 flag to enable it. This applies to other
>subtarget features defined in ARM.td as well.
>
>Cheers,
>Amara
>
>On 23 June 2014 11:27, Damanjit Singh <dsingh at adob...
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 via LLVM, with some libs generated
>> via Visual Studio -
>> 1. Seems IMAGE_SCN_...
2014 Jun 23
2
[LLVMdev] VFP3
How can I ensure use of VFP3 via LLVM target options? I am currently using thumbv7-windows-msvc as the target triple and default set of llvm::TargetOptions.
Thanks,
Daman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140623/bdf36cce/attachment.html>
2014 Jun 09
2
[LLVMdev] Support for Windows Phone 8.1
Thanks a lot Saleem,
The issue is fixed and a simple app works fine now.
-Daman
On 08/06/14 12:57 pm, "Nick Lewycky" <nicholas at mxc.ca> wrote:
>Damanjit Singh wrote:
>> Thanks Saleem, Nick.
>>
>> I will try with the latest code and share the results.
>>
>> Though, just curious if I need to really use clang to generate the
>> object file and the current steps won't work? I ask because using .c
>> file wa...
2014 Jun 18
2
[LLVMdev] Support for Windows Phone 8.1
...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 verification.
-Daman
On 08/06/14 12:57 pm, "Nick Lewycky" <nicholas at mxc.ca<mailto:nicholas at mxc.ca>&...
2014 Jun 08
2
[LLVMdev] Support for Windows Phone 8.1
...s or clang.
Thanks,
Daman
Sent from my phone
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:
Hi guys,
Would really appreciate any help here.
Thanks,
Daman
From: Damanjit Singh <dsingh at adobe.com<mailto:dsingh at adobe.com> <mailto:dsingh at adobe.com<mailto:dsingh at adobe.com>>>
Date: Friday, 6 June 2014 12:57 pm
To: "llvmdev at cs.uiuc.edu&...
2014 Jun 07
2
[LLVMdev] Support for Windows Phone 8.1
Damanjit Singh wrote:
> Hi guys,
>
> Would really appreciate any help here.
>
> Thanks,
> Daman
>
> From: Damanjit Singh <dsingh at adobe.com <mailto:dsingh at adobe.com>>
> Date: Friday, 6 June 2014 12:57 pm
> To: "llvmdev at cs.uiuc.edu <mailto:llvmdev at...
2014 Jun 06
2
[LLVMdev] Support for Windows Phone 8.1
Hi LLVMdev,
Does the latest trunk code support Windows Phone 8.1 target ?
I was trying out a simple program, but Visual Studio 2013's linker failed for me with this error - app.obj : error LNK2008: Fixup target is not aligned 'add3'
This is what I tried -
* Download latest LLVM sources (as on 4th June) and build them on my MAC 10.9 machine.
* Wrote a simple a.c, with add3