bugzilla-noreply at freebsd.org
2015-Mar-30 17:32 UTC
[Bug 198549] [build] FreeBSD -STABLE r280855 world fail to build.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198549 --- Comment #5 from Dimitry Andric <dim at FreeBSD.org> --- (In reply to sasamotikomi from comment #4)> --- all_subdir_libllvmcodegen --- > /usr/src/lib/clang/libllvmcodegen/../../../contrib/llvm/lib/CodeGen/LiveDebugVariables.cpp:242:29: > error: no template named 'SmallVectorYmpl'; did you mean 'SmallVectorImpl'? > const SmallVectorYmpl<SlotIndex> &Kills, > ^~~~~~~~~~~~~~~ > SmallVectorImpl > /usr/src/lib/clang/libllvmcodegen/../../../contrib/llvm/include/llvm/Target/TargetInstrInfo.h:40:25: > note: 'SmallVectorImpl' declared here > template<class T> class SmallVectorImpl; > ^There is definitely something not right with your system, as my copy of LiveDebugVariables has the correct spelling of 'SmallVectorImpl': void addDefsFromCopies(LiveInterval *LI, unsigned LocNo, const SmallVectorImpl<SlotIndex> &Kills, SmallVectorImpl<std::pair<SlotIndex, unsigned> > &NewDefs, MachineRegisterInfo &MRI, LiveIntervals &LIS); Note that 'Y' (0x59) is just one bit difference from 'I' (0x49), so I suspect that your RAM is randomly flipping bits. Please run a thorough memory test, and replace any faulty hardware. -- You are receiving this mail because: You are on the CC list for the bug.