tech-toolchain archive

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

Re: Bad g++ constructors on aarch64



Following up on this a bit.

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.

Have also tried all combinations of gcc, clang, GNU ld and LLVM lld to
try to build openjdk8. The common factor seems to be the compiler not
the linker.

All combinations work fine on x86_64.




Home | Main Index | Thread Index | Old Index