11-CURRENT: clang/error: no member named 'VLD1d64TPseudoWB_fixed' in namespace 'llvm::ARM'
Sulev-Madis Silber (ketas)
madis555 at hot.ee
Tue May 13 05:50:11 UTC 2014
On 2014-05-13 05:01, Ian Lepore 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?
>
> -- Ian
>
>
> _______________________________________________
> freebsd-arm at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-arm
> To unsubscribe, send any mail to "freebsd-arm-unsubscribe at freebsd.org"
>
I managed to compile that new clang...?! however I'm on 9.x, so compiler
is gcc.
More information about the freebsd-arm
mailing list