[LLVMbugs] llvm-gcc is broken

Reid Spencer rspencer at reidspencer.com
Sun Mar 4 06:55:28 PST 2007


Hi Anton,

On Sun, 2007-03-04 at 13:15 +0300, Anton Korobeynikov wrote:
> Hello, All.
> 
> I'm getting this on TOT:
> 
> libbackend.a(llvm-backend.o): In function `CreateStructorsList':
> ../../gccsrc/gcc/llvm-backend.cpp:422: undefined reference to
> `llvm::ConstantInt::get(llvm::Type const*, unsigned long long)'

We haven't removed this method. Its still in my tree. Must be something
local. Try rebuilding libLLVMCore.

> libbackend.a(llvm-convert.o): In function `CopyAggregate':
> ../../gccsrc/gcc/llvm-convert.cpp:1030: undefined reference to
> `llvm::ConstantInt::get(llvm::Type const*, unsigned long long)'
> ../../gccsrc/gcc/llvm-convert.cpp:1032: undefined reference to
> `llvm::ConstantInt::get(llvm::Type const*, unsigned long long)'
> ../../gccsrc/gcc/llvm-convert.cpp:1039: undefined reference to
> `llvm::ConstantInt::get(llvm::Type const*, unsigned long long)'
> ../../gccsrc/gcc/llvm-convert.cpp:1041: undefined reference to
> `llvm::ConstantInt::get(llvm::Type const*, unsigned long long)'
> libbackend.a(llvm-convert.o):../../gccsrc/gcc/llvm-convert.cpp:1102:
> more undefined references to `llvm::ConstantInt::get(llvm::Type const*,
> unsigned long long)' follow
> 
> Reid, is it yours? :)

Don't think so.

Reid.

> 




More information about the llvm-bugs mailing list