Re: svn commit: r308181 - in head: . share/mk

2016-11-02 Thread Brooks Davis
On Wed, Nov 02, 2016 at 04:55:22AM -0230, Jonathan Anderson wrote: > Hi, > > On 1 Nov 2016, at 21:10, Dimitry Andric wrote: > > > Please note, I reverted r307823 (which changed the suffixes from .bco > > and .llo to .bc and .ll) in r308003, since it caused a number of ports > > failures. These

Re: svn commit: r308181 - in head: . share/mk

2016-11-02 Thread Jonathan Anderson
On 2 Nov 2016, at 6:11, Antoine Brodin wrote: On Wed, Nov 2, 2016 at 7:53 AM, Dimitry Andric wrote: Hi Antoine, you pointed me at some of these port failures due to the .ll change, do you still have a list of them? The failures were:

Re: svn commit: r308181 - in head: . share/mk

2016-11-02 Thread Antoine Brodin
On Wed, Nov 2, 2016 at 7:53 AM, Dimitry Andric wrote: > On 02 Nov 2016, at 08:25, Jonathan Anderson wrote: >> >> On 1 Nov 2016, at 21:10, Dimitry Andric wrote: >> >>> Please note, I reverted r307823 (which changed the suffixes from .bco >>> and .llo to .bc

Re: svn commit: r308181 - in head: . share/mk

2016-11-02 Thread Dimitry Andric
On 02 Nov 2016, at 08:25, Jonathan Anderson wrote: > > On 1 Nov 2016, at 21:10, Dimitry Andric wrote: > >> Please note, I reverted r307823 (which changed the suffixes from .bco >> and .llo to .bc and .ll) in r308003, since it caused a number of ports >> failures. These

Re: svn commit: r308181 - in head: . share/mk

2016-11-02 Thread Jonathan Anderson
Hi, On 1 Nov 2016, at 21:10, Dimitry Andric wrote: > Please note, I reverted r307823 (which changed the suffixes from .bco > and .llo to .bc and .ll) in r308003, since it caused a number of ports > failures. These ports were already using .ll as a suffix for C++ lex > scripts. The changes to

Re: svn commit: r308181 - in head: . share/mk

2016-11-01 Thread Dimitry Andric
On 01 Nov 2016, at 22:27, Jonathan Anderson wrote: > > Author: jonathan > Date: Tue Nov 1 21:27:42 2016 > New Revision: 308181 > URL: https://svnweb.freebsd.org/changeset/base/308181 > > Log: > Add rules to build LLVM IR binaries and libraries. > > Running `make

svn commit: r308181 - in head: . share/mk

2016-11-01 Thread Jonathan Anderson
Author: jonathan Date: Tue Nov 1 21:27:42 2016 New Revision: 308181 URL: https://svnweb.freebsd.org/changeset/base/308181 Log: Add rules to build LLVM IR binaries and libraries. Running `make libfoo.ll` or `make libfoo.bc` within a library directory will now give us an LLVM IR version