[cfe-dev] LLVM 84167 - Linux - undefined references

Chris Lattner clattner at apple.com
Thu Oct 15 08:57:01 PDT 2009


On Oct 15, 2009, at 1:00 AM, Michelle Bhaal wrote:

> Hello.
>
> I am compiling LLVM 84167 under Fedora 11 64 bit.  When linking llc I
> get a LOT of undefined reference errors
> eg:
> llvm::PseudoSourceValue::getStack()
> llvm::PseudoSourceValue:getFixedStack(int)
> and so on.  Almost all of them are from llvm::PseudoSourceValue.

Hi Michelle,

Are your llvm and clang trees both the same revision number?  Have you  
tried a clean build?  Are you using make or cmake?

-Chris



More information about the cfe-dev mailing list