Hi, I have problems with the new version of Kotlin...
# compiler
a
Hi, I have problems with the new version of Kotlin, I wanted to test LLVM 16(2.1.0-Beta1) but for some reason the assembly of the static library for arm64 crashes at the time of the linker's work. It can't find symbols like
__aarch64_swp8_acq __aarch64_ldadd4_relax
__aarch64_cas1_acq_rel
and others. Using the disassembler I see that my library expects the linker to fill in the address in .got, but it doesn't know about the existence of such a symbol. Flags like
-moutline-atomics
-mno-outline-atomics
also don’t help me. Does anyone have the same problems?
java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__aarch64_swp1_acq" referenced by
Problem no longer reproduces 2.0.21-RC