[LLVMdev] llvm-ld hangs

Andrew Lenharth andrewl at lenharth.org
Mon Sep 29 07:07:55 PDT 2008


On Sun, Sep 28, 2008 at 5:06 PM, Ashish Bijlani
<ashish.bijlani at gmail.com> wrote:
> Hi,
>
> I'm trying to compile UML with LLVM. However, LLVM-LD hangs whiile
> linking modules. It's consuming 99% of the CPU
>   llvm-ld -v   -r -o kernel/built-in.o kernel/sched.o kernel/fork.o

Are you using trunk or the last release?
That directory was the cause of this bug, which is fixed in head:
http://llvm.org/bugs/show_bug.cgi?id=1860
This bug may also be of interest since it came from compiling that
directory too, but possibly should now be marked worksforme now:
http://llvm.org/bugs/show_bug.cgi?id=2124

Andrew



More information about the llvm-dev mailing list