Errors compiling LLVM on RPi3 at 330019

bob prohaska fbsd at www.zefox.net
Mon Feb 26 15:23:53 UTC 2018


At revision 330019 -DNO_CLEAN buildworld stops with

--- Target/X86/X86ISelDAGToDAG.o ---
/usr/src/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:2463:7: error: use of undeclared identifier 'SelectCode'
      SelectCode(ZextTarget.getNode());
      ^
/usr/src/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:2464:7: error: use of undeclared identifier 'SelectCode'
      SelectCode(Brind.getNode());
      ^
/usr/src/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:2480:5: error: use of undeclared identifier 'SelectCode'
    SelectCode(VSelect.getNode());
    ^
/usr/src/contrib/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:3072:3: error: use of undeclared identifier 'SelectCode'
  SelectCode(Node);

Should I wait for an update, or run cleandir? This is on a Pi3.

Thanks for reading,

bob prohaska



More information about the freebsd-current mailing list