From owner-svn-src-projects@FreeBSD.ORG Fri Oct 16 08:09:27 2009 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 532271065679; Fri, 16 Oct 2009 08:09:27 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:7b8:613:100::211]) by mx1.freebsd.org (Postfix) with ESMTP id 1B6898FC19; Fri, 16 Oct 2009 08:09:27 +0000 (UTC) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 8746A1CF09; Fri, 16 Oct 2009 10:09:26 +0200 (CEST) Date: Fri, 16 Oct 2009 10:09:26 +0200 From: Ed Schouten To: Roman Divacky Message-ID: <20091016080926.GC89475@hoeg.nl> References: <200910151735.n9FHZYwt080221@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nmemrqcdn5VTmUEE" Content-Disposition: inline In-Reply-To: <200910151735.n9FHZYwt080221@svn.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: svn-src-projects@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r198145 - in projects/clangbsd/usr.bin/clang/include/llvm: Config Support X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2009 08:09:27 -0000 --nmemrqcdn5VTmUEE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Roman Divacky wrote: > -LLVM_ASM_PRINTER(ARM) > -LLVM_ASM_PRINTER(IA64) > -LLVM_ASM_PRINTER(Mips) > -LLVM_ASM_PRINTER(PowerPC) > -LLVM_ASM_PRINTER(X86) > +#ifndef LLVM_ASM_PRINTER > +# error Please define the macro LLVM_ASM_PRINTER(TargetName) > +#endif > + > +LLVM_ASM_PRINTER(Blackfin) LLVM_ASM_PRINTER(SystemZ) LLVM_ASM_PRINTER(MS= P430) LLVM_ASM_PRINTER(XCore) LLVM_ASM_PRINTER(PIC16) LLVM_ASM_PRINTER(Cell= SPU) LLVM_ASM_PRINTER(Mips) LLVM_ASM_PRINTER(ARM) LLVM_ASM_PRINTER(Alpha) L= LVM_ASM_PRINTER(PowerPC) LLVM_ASM_PRINTER(Sparc) LLVM_ASM_PRINTER(X86)=20 > -LLVM_TARGET(ARM) > -LLVM_TARGET(IA64) > -LLVM_TARGET(Mips) > -LLVM_TARGET(PowerPC) > -LLVM_TARGET(X86) > +#ifndef LLVM_TARGET > +# error Please define the macro LLVM_TARGET(TargetName) > +#endif > + > +LLVM_TARGET(CppBackend) LLVM_TARGET(MSIL) LLVM_TARGET(CBackend) LLVM_TAR= GET(Blackfin) LLVM_TARGET(SystemZ) LLVM_TARGET(MSP430) LLVM_TARGET(XCore) L= LVM_TARGET(PIC16) LLVM_TARGET(CellSPU) LLVM_TARGET(Mips) LLVM_TARGET(ARM) L= LVM_TARGET(Alpha) LLVM_TARGET(PowerPC) LLVM_TARGET(Sparc) LLVM_TARGET(X86)= =20 Please don't add the backends that we're not interested in. I don't see a point in adding PIC16 and Blackfin support. --=20 Ed Schouten WWW: http://80386.nl/ --nmemrqcdn5VTmUEE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAkrYKjYACgkQ52SDGA2eCwXrZACeL6UZ01b9PnelwvDgURlxdh+e CUQAnjGzOSZnfQrI9pbmt+mQ3MBQbAPO =cHQJ -----END PGP SIGNATURE----- --nmemrqcdn5VTmUEE--