Displaying 3 results from an estimated 3 matches for "llvmselectionda".
Did you mean:
llvmselectiondag
2005 Nov 12
2
[LLVMdev] building LLVM 1.6 on Debian unstable ...
Hi,
Tried to build the 1.6 release on Debian unstable, but ran into link
problems for some utils ...
Copying the messages when building llc, the same error occurs for lli,
llvm-db and some of the examples. Is this a problem with the compiler
version? LLVMSelectionDAG.o itself builds correctly.
make[2]: Entering directory `/home/sameerds/data/llvm-1.6/tools/llc'
llvm[2]: Linking Debug executable llc
`.gnu.linkonce.t._ZNK4llvm14TargetLowering12getValueTypeEPKNS_4TypeE'
referenced
in section `.rodata' of
/home/sameerds/data/llvm-1.6/Debug/lib/LLV...
2005 Nov 12
0
[LLVMdev] building LLVM 1.6 on Debian unstable ...
...te:
> Hi,
>
> Tried to build the 1.6 release on Debian unstable, but ran into link
> problems for some utils ...
>
> Copying the messages when building llc, the same error occurs for lli,
> llvm-db and some of the examples. Is this a problem with the compiler
> version? LLVMSelectionDAG.o itself builds correctly.
>
> make[2]: Entering directory `/home/sameerds/data/llvm-1.6/tools/llc'
> llvm[2]: Linking Debug executable llc
> `.gnu.linkonce.t._ZNK4llvm14TargetLowering12getValueTypeEPKNS_4TypeE'
> referenced
> in section `.rodata' of
> /home/sa...
2005 Nov 12
2
[LLVMdev] building LLVM 1.6 on Debian unstable ...
...tering directory `/home/sameerds/data/llvm-1.6/tools/llc'
>> llvm[2]: Linking Debug executable llc
>> `.gnu.linkonce.t._ZNK4llvm14TargetLowering12getValueTypeEPKNS_4TypeE'
>> referenced
>> in section `.rodata' of
>> /home/sameerds/data/llvm-1.6/Debug/lib/LLVMSelectionDAG
>> .o: defined in discarded section
>> `.gnu.linkonce.t._ZNK4llvm14TargetLowering12get
>> ValueTypeEPKNS_4TypeE' of
>> /home/sameerds/data/llvm-1.6/Debug/lib/LLVMSelectionDA
>> G.o
>> collect2: ld returned 1 exit status
>
> I believe this is a binut...