Compilation of llvm and clang from their git repos hangs at 96% -
i have problems compilation of llvm , clang bpf , x86 targets on debian machine. gcc version 6.2,python exists on system.compilation lasts more 24 hours already.now hangs @ 96% linking cxx executable ../../bin/opt
what wait more or this?
most linker running out of ram. few suggestions:
- release builds tend require less ram linking compared debug one
- use gold, not bfd ld
- add more ram :)
Comments
Post a Comment