Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2014 08:50:01 +0300
From:      "Sulev-Madis Silber (ketas)" <madis555@hot.ee>
To:        Ian Lepore <ian@FreeBSD.org>
Cc:        FreeBSD ARM <freebsd-arm@FreeBSD.org>, Dimitry Andric <dim@FreeBSD.org>
Subject:   Re: 11-CURRENT: clang/error: no member named 'VLD1d64TPseudoWB_fixed' in namespace 'llvm::ARM'
Message-ID:  <5371B289.5030409@hot.ee>
In-Reply-To: <1399946503.50937.9.camel@revolution.hippie.lan>
References:  <CADH-AwEoV90ZOk9gyAK6Jy1Y_OyDbWYB0njmYB2n%2BJ87=uFBmQ@mail.gmail.com> <1399946503.50937.9.camel@revolution.hippie.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-arm
> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"
> 


I managed to compile that new clang...?! however I'm on 9.x, so compiler
is gcc.



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