selfrando icon indicating copy to clipboard operation
selfrando copied to clipboard

Linker errors for C++ code on AArch64

Open ahomescu opened this issue 6 years ago • 2 comments

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)

ahomescu avatar Jul 27 '18 02:07 ahomescu

Commit 17843f1c fixes this.

ahomescu avatar Jul 27 '18 02:07 ahomescu

Seems to still occur for LLVM, but not for other software.

ahomescu avatar Jul 27 '18 02:07 ahomescu