selfrando
selfrando copied to clipboard
Linker errors for C++ code on AArch64
Builds for C++ software like CMake, LLVM and GoogleTest fail during linking, e.g.:
`_ZSt3hexRSt8ios_base$local' referenced in section `.txtrp' of /tmp/traparchive-wcDyG9OmQk(traplink-fXhUhbkcRB): defined in discarded section `.text._ZSt3hexRSt8ios_base[_ZSt3hexRSt8ios_base]' of /tmp/traparchive-wcDyG9OmQk(traplink-fXhUhbkcRB)
Commit 17843f1c fixes this.
Seems to still occur for LLVM, but not for other software.