Displaying 8 results from an estimated 8 matches for "setton".
Did you mean:
senton
2015 Jul 23
2
[LLVMdev] lli supports different targets than llc?
s/pretty much/definitely/
Even then, “works” is too strong a word. Caveat emptor and all that.
> On Jul 23, 2015, at 1:20 PM, Eric Christopher <echristo at gmail.com> wrote:
>
>
>
> On Thu, Jul 23, 2015 at 10:31 AM Débora Setton Sanches <setton.debora at gmail.com <mailto:setton.debora at gmail.com>> wrote:
> Hi,
>
> Is it normal/expected for `llc` to support a different set of targets
> than `lli`?
> I have a hello.ll on which this works:
>
> $ llc -mtriple=armv7a-linux-gnueabihf hello.l...
2015 Jul 23
0
[LLVMdev] lli supports different targets than llc?
On Thu, Jul 23, 2015 at 10:31 AM Débora Setton Sanches <
setton.debora at gmail.com> wrote:
> Hi,
>
> Is it normal/expected for `llc` to support a different set of targets
> than `lli`?
> I have a hello.ll on which this works:
>
> $ llc -mtriple=armv7a-linux-gnueabihf hello.ll
> # OK, generates hello.s
>
> B...
2015 Jul 23
2
[LLVMdev] lli supports different targets than llc?
Hi,
Is it normal/expected for `llc` to support a different set of targets
than `lli`?
I have a hello.ll on which this works:
$ llc -mtriple=armv7a-linux-gnueabihf hello.ll
# OK, generates hello.s
But this doesn't:
$ lli -mtriple=armv7a-linux-gnueabihf hello.ll
# lli: error creating EE: No available targets are compatible with
this triple, see -version for the available targets.
I'm
2015 Jul 24
0
[LLVMdev] lli supports different targets than llc?
...lt;grosbach at apple.com> wrote:
> s/pretty much/definitely/
>
> Even then, “works” is too strong a word. Caveat emptor and all that.
>
> On Jul 23, 2015, at 1:20 PM, Eric Christopher <echristo at gmail.com> wrote:
>
>
>
> On Thu, Jul 23, 2015 at 10:31 AM Débora Setton Sanches <
> setton.debora at gmail.com> wrote:
>
>> Hi,
>>
>> Is it normal/expected for `llc` to support a different set of targets
>> than `lli`?
>> I have a hello.ll on which this works:
>>
>> $ llc -mtriple=armv7a-linux-gnueabihf hello.ll
>...
2015 Jul 28
0
[LLVMdev] lli supports different targets than llc?
Hi,
You're asking lli to create a JIT for ARM code on an Intel platform...
That's not realistically going to be achievable :)
Cross compilation is easy, cross execution requires an emulator.
Cheers,
James
On Mon, 27 Jul 2015 at 23:13, Débora Setton Fernandes <debora.setton at usp.br>
wrote:
> Hi,
>
> Is it normal/expected for `llc` to support a different set of targets
> than `lli`?
> I have a hello.ll on which this works:
>
> $ llc -mtriple=armv7a-linux-gnueabihf hello.ll
> # OK, generates hello.s
>
> But...
2015 Jul 23
2
[LLVMdev] lli supports different targets than llc?
Hi,
Is it normal/expected for `llc` to support a different set of targets
than `lli`?
I have a hello.ll on which this works:
$ llc -mtriple=armv7a-linux-gnueabihf hello.ll
# OK, generates hello.s
But this doesn't:
$ lli -mtriple=armv7a-linux-gnueabihf hello.ll
# lli: error creating EE: No available targets are compatible with
this triple, see -version for the available targets.
I'm
2016 Mar 01
5
EuroLLVM BoF session: Compilers in education
Hi all,
I'm organizing a BoF session during the upcoming EuroLLVM developers
meeting. As the subject of this message already shows, this session
will be on compilers in education. I'm currently looking for both
participants to the discussion and input for the actual program of the
session. I've already got some ideas which I'll introduce below.
At our university, we mostly
2015 Jul 23
0
[LLVMdev] lli supports different targets than llc?
Hi,
Is it normal/expected for `llc` to support a different set of targets
than `lli`?
I have a hello.ll on which this works:
$ llc -mtriple=armv7a-linux-gnueabihf hello.ll
# OK, generates hello.s
But this doesn't:
$ lli -mtriple=armv7a-linux-gnueabihf hello.ll
# lli: error creating EE: No available targets are compatible with
this triple, see -version for the available targets.
I'm