Displaying 1 result from an estimated 1 matches for "getcalleesavedspillslot".
Did you mean:
getcalleesavedspillslots
2013 Sep 29
1
[LLVMdev] cannot build 3.3, problems with alternate architectures
...target.h:196:30: error: ‘RegClassVector’ has not been declared
In file included from AArch64Subtarget.cpp:14:0:
AArch64Subtarget.h:29:57: error: expected class-name before ‘{’ token
PPCFrameLowering.h: In member function ‘virtual const
llvm::TargetFrameLowering::SpillSlot*
llvm::PPCFrameLowering::getCalleeSavedSpillSlots(unsigned int&) const’:
PPCFrameLowering.h:138:51: error: ‘X31’ is not a member of ‘llvm::PPC’
I'm using the same configure I did for 3.2 (well, I didn't explicitly
set gcc before):
export REQUIRES_RTTI=1
export REQUIRES_EH=1
export CC=gcc
export CXX=g++
./configure --prefix=/opt/llv...