From owner-freebsd-arm@FreeBSD.ORG Tue May 13 02:01:47 2014 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6849805; Tue, 13 May 2014 02:01:47 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AF862D37; Tue, 13 May 2014 02:01:47 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1Wk22L-000Gr2-Gk; Tue, 13 May 2014 02:01:45 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s4D21hZY034568; Mon, 12 May 2014 20:01:43 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18Zt7W5gMSN+kGqcvceAu7R Subject: Re: 11-CURRENT: clang/error: no member named 'VLD1d64TPseudoWB_fixed' in namespace 'llvm::ARM' From: Ian Lepore To: Winston Smith In-Reply-To: References: Content-Type: text/plain; charset="us-ascii" Date: Mon, 12 May 2014 20:01:43 -0600 Message-ID: <1399946503.50937.9.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: FreeBSD ARM , Dimitry Andric X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2014 02:01:47 -0000 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