This is an archive of the discontinued LLVM Phabricator instance.

Update configuration for 'llvm-clang-x86_64-expensive-checks-ubuntu*' builders.
ClosedPublic

Authored by vvereschaka on Dec 28 2021, 5:42 PM.

Details

Summary

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

Event Timeline

vvereschaka requested review of this revision.Dec 28 2021, 5:42 PM
vvereschaka created this revision.
andreil99 accepted this revision.Dec 28 2021, 6:13 PM

Thanks, Vlad!

This revision is now accepted and ready to land.Dec 28 2021, 6:13 PM