Fix the sporadical build failures related with the system ld linker crash on Ubuntu system:
collect2: fatal error: ld terminated with signal 9 [Killed]
Use ld.gold linker instead of ld. Also split DWARF into separate files during the builds.
Differential D116349
Update configuration for 'llvm-clang-x86_64-expensive-checks-ubuntu*' builders. vvereschaka on Dec 28 2021, 5:42 PM. Authored by
Details Fix the sporadical build failures related with the system ld linker crash on Ubuntu system: collect2: fatal error: ld terminated with signal 9 [Killed] Use ld.gold linker instead of ld. Also split DWARF into separate files during the builds.
Diff Detail
|