Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2018 07:23:45 -0800
From:      bob prohaska <fbsd@www.zefox.net>
To:        freebsd-arm@freebsd.org
Cc:        freebsd-current@freebsd.org, bob prohaska <fbsd@www.zefox.net>
Subject:   Errors compiling LLVM on RPi3 at 330019
Message-ID:  <20180226152345.GA21006@www.zefox.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180226152345.GA21006>