Displaying 15 results from an estimated 15 matches for "sumonto".
2018 Feb 26
3
Level of support for ARM LLD
...uction quality?
Thanks
On Mon, Feb 26, 2018 at 2:06 PM, Rafael Avila de Espindola <
rafael.espindola at gmail.com> wrote:
> Not sure there is an official POC, you are probably better off asking
> whatever question you have directly on the list.
>
> Cheers,
> Rafael
>
> Sumonto Ghosh via llvm-dev <llvm-dev at lists.llvm.org> writes:
>
> > Hi,
> > Could someone please connect me to the POC for ARM support on LLD
> >
> >
> > Thanks
> > _______________________________________________
> > LLVM Developers mailing list
> >...
2018 Feb 27
0
Level of support for ARM LLD
I think ARM ELF is pretty good. I was able to link clang with it some
time ago and it now has support for thunks.
Cheers,
Rafael
Sumonto Ghosh <sumonto.ghosh at gmail.com> writes:
> Thanks Rafael, wondering as of what is the level of support for ARM and is
> it close to production quality?
>
> Thanks
>
> On Mon, Feb 26, 2018 at 2:06 PM, Rafael Avila de Espindola <
> rafael.espindola at gmail.com> wr...
2018 Feb 27
2
Level of support for ARM LLD
...f tests or alike
Thanks
On Mon, Feb 26, 2018 at 4:19 PM Rafael Avila de Espindola <
rafael.espindola at gmail.com> wrote:
> I think ARM ELF is pretty good. I was able to link clang with it some
> time ago and it now has support for thunks.
>
> Cheers,
> Rafael
>
>
> Sumonto Ghosh <sumonto.ghosh at gmail.com> writes:
>
> > Thanks Rafael, wondering as of what is the level of support for ARM and
> is
> > it close to production quality?
> >
> > Thanks
> >
> > On Mon, Feb 26, 2018 at 2:06 PM, Rafael Avila de Espindola <
&g...
2018 Feb 27
0
Level of support for ARM LLD
Hello Sumonto,
There are several upstream build bots that run the Arm specific LLD
tests. You can find these tests in the lld/test/ELF directory, they
all start with arm. At Linaro we are planning to set up a build-bot,
modelled on the equivalent AArch64 one that does a 2 stage build of
clang with LLD as the li...
2018 Apr 24
2
Function attribute to indicate external/public
Hi
How do I know from a foo.ll (from foo.bc) which function has attribute
"Public" or "External"
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180423/e4f0ae18/attachment.html>
2018 Apr 24
0
Function attribute to indicate external/public
You will want to look at the linkage and/or visibility attributes.
On Mon, Apr 23, 2018 at 6:23 PM Sumonto Ghosh via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi
> How do I know from a foo.ll (from foo.bc) which function has attribute
> "Public" or "External"
>
> Thanks
> _______________________________________________
> LLVM Developers mailing list...
2018 Feb 26
2
Level of support for ARM LLD
Hi,
Could someone please connect me to the POC for ARM support on LLD
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180226/828ef332/attachment.html>
2018 Feb 26
0
Level of support for ARM LLD
Not sure there is an official POC, you are probably better off asking
whatever question you have directly on the list.
Cheers,
Rafael
Sumonto Ghosh via llvm-dev <llvm-dev at lists.llvm.org> writes:
> Hi,
> Could someone please connect me to the POC for ARM support on LLD
>
>
> Thanks
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lis...
2018 May 08
1
Start/end of .text section
Hi,
Is there a way to retrieve the start/end of .text section (at runtime)
without having to add additional PROVIDE() variables to the linker script?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180508/db4636fc/attachment.html>
2018 Mar 25
1
lld stable release
Hi,
Is there a Stable Release version (release management) of lld or
last-know-good?
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180325/90b1ae29/attachment.html>
2018 Mar 26
2
Force clang to use ld.lld
Hi
While cross compiling on Mac
Host: Mac
Target: Linux on ArmV7
How can I force clang to use the non-system linker
But use llvm-lld (i.e. ld.lld) or any other non standard linker
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180326/d86e1601/attachment.html>
2018 Mar 27
0
Force clang to use ld.lld
...form it accepts bfd, gold or lld, clang will then invoke
ld.bfd, ld.gold or ld.lld respectively. On many systems ld is a
symlink to an executable of the form ld.suffix. Alternatively the full
path to the linker can be given
-fuse-ld=/full/path/to/linker/executable
Peter
On 27 March 2018 at 00:40, Sumonto Ghosh via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Hi
> While cross compiling on Mac
> Host: Mac
> Target: Linux on ArmV7
>
> How can I force clang to use the non-system linker
> But use llvm-lld (i.e. ld.lld) or any other non standard linker
>
> Thanks
>
&...
2018 May 08
1
ld.gold --verbose
Hi,
Though not the correct mailing list for ld.gold
Just in case if anyone knows
ld.gold --verbose does not dump the linker script like ld.bfd or ld or
llvm-ld
Any idea?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180507/4837c8c0/attachment.html>
2018 Apr 06
0
--keep-symbol alternative
Hi
Is there an alternative for '--keep-symbol' in llvm
All I see is -strip-all or -strip-debug
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180406/a6018ef5/attachment.html>
2018 Mar 27
0
Cross compile for Ubuntu Linux32/64 on Armv7 (QEMU Emulator)
Hi
I am trying to use Clang to cross compile.
Host: Mac (Clang 6)
Target: Ubuntu Linux32/64 on Armv7 (QEMU Emulator)
Wondering which tool chains should I install from where?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180327/0c4ce9df/attachment.html>