Displaying 4 results from an estimated 4 matches for "u4_u6ufvgk27p9ktrfvrbnn5w6x_4xfkjdv".
2015 Jul 23
0
[LLVMdev] lli supports different targets than llc?
...for the available targets.
>
> I'm using LLVM from the git mirror:
>
> $ lli -version
> LLVM (http://llvm.org/
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__llvm.org_&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=u4_u6UfvGk27P9ktRFVrbnN5w6x_4XFkjdv-R90mfkM&s=S3BhSstRK0rNlNL1DaFmvkVutrhLzsIGTwv4Mkc2OvA&e=>
> ):
> LLVM version 3.7.0svn
> Optimized build.
> Built Jun 19 2015 (17:35:44).
> Default target: x86_64-unknown-linux-gnu
> Host CPU: broadwell
>
> I thought they would both support the same targets.....
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 23
2
[LLVMdev] lli supports different targets than llc?
...ion for the available targets.
>
> I'm using LLVM from the git mirror:
>
> $ lli -version
> LLVM (http://llvm.org/ <https://urldefense.proofpoint.com/v2/url?u=http-3A__llvm.org_&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=u4_u6UfvGk27P9ktRFVrbnN5w6x_4XFkjdv-R90mfkM&s=S3BhSstRK0rNlNL1DaFmvkVutrhLzsIGTwv4Mkc2OvA&e=>):
> LLVM version 3.7.0svn
> Optimized build.
> Built Jun 19 2015 (17:35:44).
> Default target: x86_64-unknown-linux-gnu
> Host CPU: broadwell
>
> I thought they would both support the same targets... Wh...
2015 Jul 24
0
[LLVMdev] lli supports different targets than llc?
...ts.
>>
>> I'm using LLVM from the git mirror:
>>
>> $ lli -version
>> LLVM (http://llvm.org/
>> <https://urldefense.proofpoint.com/v2/url?u=http-3A__llvm.org_&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=u4_u6UfvGk27P9ktRFVrbnN5w6x_4XFkjdv-R90mfkM&s=S3BhSstRK0rNlNL1DaFmvkVutrhLzsIGTwv4Mkc2OvA&e=>
>> ):
>> LLVM version 3.7.0svn
>> Optimized build.
>> Built Jun 19 2015 (17:35:44).
>> Default target: x86_64-unknown-linux-gnu
>> Host CPU: broadwell
>>
>> I thought they would...