11-CURRENT: clang/error: no member named 'VLD1d64TPseudoWB_fixed' in namespace 'llvm::ARM'

Warner Losh imp at bsdimp.com
Tue May 13 13:58:33 UTC 2014


On May 12, 2014, at 11:38 PM, Dimitry Andric <dim at freebsd.org> wrote:

> On 13 May 2014, at 04:01, Ian Lepore <ian at freebsd.org> wrote:
>> On Mon, 2014-05-12 at 21:51 -0400, Winston Smith wrote:
>>> Cross compiling the tools for 11-CURRENT at r265941 yields:
>>> 
>>> 
>>> /usr/src/FreeBSD-CURRENT/lib/clang/libllvmarmcodegen/../../../contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp:3687:15:
>>> error:
>>>     no member named 'VLD1d64TPseudoWB_fixed' in namespace 'llvm::ARM'; did you
>>>     mean 'VST1d64TPseudoWB_fixed'?
>>>   case ARM::VLD1d64TPseudoWB_fixed:
>>>        ~~~~~^~~~~~~~~~~~~~~~~~~~~~
>>>             VST1d64TPseudoWB_fixed
>>> ./ARMGenInstrInfo.inc.h:1969:5: note: 'VST1d64TPseudoWB_fixed' declared here
>>>   VST1d64TPseudoWB_fixed      = 1953,
>>>   ^
>>> /usr/src/FreeBSD-CURRENT/lib/clang/libllvmarmcodegen/../../../contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp:3704:15:
>>> error:
>>>     no member named 'VLD1d64QPseudoWB_fixed' in namespace 'llvm::ARM'; did you
>>>     mean 'VST1d64QPseudoWB_fixed'?
>>>   case ARM::VLD1d64QPseudoWB_fixed:
>>>        ~~~~~^~~~~~~~~~~~~~~~~~~~~~
>>>             VST1d64QPseudoWB_fixed
>>> ./ARMGenInstrInfo.inc.h:1963:5: note: 'VST1d64QPseudoWB_fixed' declared here
>>>   VST1d64QPseudoWB_fixed      = 1947,
>>>   ^
>>> 2 errors generated.
>>> *** Error code 1
>> 
>> I suspect r265925 is a good suspect and reverting it will probably get
>> you moving again for now.
>> 
>> Dimitry, was there maybe an updated header file missing from this
>> import?
> 
> I don't think so, I built universe succesfully.  I suspect that some of
> the tblgen-generated headers are out of date, and must be regenerated.
> Unfortunately, the dependency checking for these generated files does
> not always pick up changes.
> 
> Probably the easiest way to fix this is to blow away your /usr/obj, and
> do a clean build.

Any plans on fixing that problem with the build? Having stuff randomly fail really isn’t the FreeBSD way.[*]

Warner

[*] Yes, I know that there’s at least one bug still with my build refactor, but I plan on fixing that during BSDcan.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/freebsd-arm/attachments/20140513/fe37307b/attachment.sig>


More information about the freebsd-arm mailing list