[LLVMdev] llvm-ld hangs [[FIXED]]

Ashish Bijlani ashish.bijlani at gmail.com
Mon Sep 29 10:01:02 PDT 2008


Thanks Andrew. I downloaded the latest LLVM release version 2.3. This
was indeed a bug in LLVM that I've. I fixed it using the patch you
specified. Thanks!! There are no recursive loops anymore.

On Mon, Sep 29, 2008 at 10:07 AM, Andrew Lenharth <andrewl at lenharth.org> wrote:
> 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
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>



More information about the llvm-dev mailing list