On 20 Oct 2016, at 17:14, Jonathan Anderson <jonat...@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

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to