From owner-svn-src-head@freebsd.org Fri Oct 21 15:09:12 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03C77C1ABBB; Fri, 21 Oct 2016 15:09:12 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB4B285F; Fri, 21 Oct 2016 15:09:11 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:7b8:3a7::d1be:e456:ed14:df1a] (unknown [IPv6:2001:7b8:3a7:0:d1be:e456:ed14:df1a]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 98EF4123F3; Fri, 21 Oct 2016 17:09:03 +0200 (CEST) Content-Type: multipart/signed; boundary="Apple-Mail=_623596D7-AA08-4F4A-8CCF-7D7DE11895F4"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r307676 - head/share/mk From: Dimitry Andric In-Reply-To: <201610201514.u9KFELev056434@repo.freebsd.org> Date: Fri, 21 Oct 2016 17:08:47 +0200 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-Id: <3489ADC0-3C2B-4220-BE93-F76014AB3A59@FreeBSD.org> References: <201610201514.u9KFELev056434@repo.freebsd.org> To: Jonathan Anderson X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 15:09:12 -0000 --Apple-Mail=_623596D7-AA08-4F4A-8CCF-7D7DE11895F4 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 20 Oct 2016, at 17:14, Jonathan Anderson = wrote: >=20 > Author: jonathan > Date: Thu Oct 20 15:14:21 2016 > New Revision: 307676 > URL: https://svnweb.freebsd.org/changeset/base/307676 >=20 > Log: > Add make rules to build LLVM IR from C/C++ sources. >=20 > As a foundation for future work with LLVM's Intermediate = Representation (IR), > add new suffix rules that can be used to build .llo (text) or .bco = (bitcode) > files from C or C++ sources. Hi, Unfortunately I was not on the review list, but I object to using .llo and .bco, which implies that these are "object" files, and they are not. Can we please just use the upstream default extensions, .ll and .bc instead? -Dimitry --Apple-Mail=_623596D7-AA08-4F4A-8CCF-7D7DE11895F4 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.30 iEYEARECAAYFAlgKL48ACgkQsF6jCi4glqM3tgCePex7DK3jLtXZEvyAMJX7kJgr fc0An1MpUYm+ydQwriNntfdI7WMqanTU =0UM9 -----END PGP SIGNATURE----- --Apple-Mail=_623596D7-AA08-4F4A-8CCF-7D7DE11895F4--