tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: clang/llvm on aarch64



On Wed, Aug 28, 2019 at 02:40:02AM +0100, Robert Swindells wrote:
> 
> I wrote:
> >It looks like clang++ on aarch64 is broken too, but in a different way.
> >
> >Static constructors don't get called. I do have a small test application
> >that demonstrates this.
> 
> This looks to be caused by clang/llvm putting the references to the
> constructor in the .ctors section instead of the .init_array section as
> required by the ABI.

Both is supposed to work. Which linker are you using?

Joerg


Home | Main Index | Thread Index | Old Index