https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198549
--- Comment #5 from Dimitry Andric <d...@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 the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"