Displaying 4 results from an estimated 4 matches for "nadler1".
Did you mean:
nadler
2009 Jan 21
0
[LLVMdev] Using LLVM as cross-compiler to C
...n the target, or is this difficult ? In the
mailing list archive I saw some unresolved question with warnings about
type conversions for someone trying this...
Thanks in advance for your advice,
Best Regards, Dave
Dave Nadler, USA East Coast voice (978) 263-0097, drn at nadler.com, Skype
Dave.Nadler1
2009 Jan 21
2
[LLVMdev] Using LLVM as cross-compiler to C
...n the target, or is this difficult ? In the
mailing list archive I saw some unresolved question with warnings about
type conversions for someone trying this...
Thanks in advance for your advice,
Best Regards, Dave
Dave Nadler, USA East Coast voice (978) 263-0097, drn at nadler.com, Skype
Dave.Nadler1
2009 Jan 23
0
[LLVMdev] Using LLVM as cross-compiler to C
...routines that
you replace with platform-specific implementations; is there something
analogous in the LLVM library implementation ? Hope I was more
clear this time...
Thanks again for your advice,
Best Regards, Dave
Dave Nadler, USA East Coast voice (978) 263-0097, drn at nadler.com, Skype
Dave.Nadler1
2009 Jan 22
2
[LLVMdev] Using LLVM as cross-compiler to C
Bill Wendling wrote:
> On Wed, Jan 21, 2009 at 3:40 PM, Dave Nadler <Dave.Nadler at nadler.com> wrote:
>
>> Hi All - Newbie warning... I am developing for a target that does not have
>> a functioning C++ environment, and need to use C++. It was suggested that I
>> could use LLVM to compile to C (using llc -march=c), then run the resulting
>> C-code through