svn commit: r307676 - head/share/mk

Dimitry Andric dim at FreeBSD.org
Fri Oct 21 15:09:12 UTC 2016


On 20 Oct 2016, at 17:14, Jonathan Anderson <jonathan at freebsd.org> wrote:
> 
> Author: jonathan
> Date: Thu Oct 20 15:14:21 2016
> New Revision: 307676
> URL: https://svnweb.freebsd.org/changeset/base/307676
> 
> Log:
>  Add make rules to build LLVM IR from C/C++ sources.
> 
>  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 194 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20161021/ab70238c/attachment.sig>


More information about the svn-src-head mailing list