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

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -