Re: RTTI support in devel/llvm40 (and maybe other llvm ports)

2017-11-27 Thread Brooks Davis
On Sun, Nov 26, 2017 at 11:15:53PM +0700, Alexey Dokuchaev wrote: > On Sun, Nov 12, 2017 at 07:41:04PM +0700, Alexey Dokuchaev wrote: > > On Sun, Nov 12, 2017 at 08:03:19AM +, Brooks Davis wrote: > > > On Fri, Nov 10, 2017 at 02:07:48PM +0700, Alexey Dokuchaev wrote: > > > > I've just found

Re: RTTI support in devel/llvm40 (and maybe other llvm ports)

2017-11-26 Thread Alexey Dokuchaev
On Sun, Nov 12, 2017 at 07:41:04PM +0700, Alexey Dokuchaev wrote: > On Sun, Nov 12, 2017 at 08:03:19AM +, Brooks Davis wrote: > > On Fri, Nov 10, 2017 at 02:07:48PM +0700, Alexey Dokuchaev wrote: > > > I've just found out that our `devel/llvm40' port comes without > > > -DLLVM_ENABLE_RTTI=ON

Re: RTTI support in devel/llvm40 (and maybe other llvm ports)

2017-11-12 Thread Alexey Dokuchaev
On Sun, Nov 12, 2017 at 02:01:39PM +1030, Shane Ambler wrote: > On 10/11/2017 17:37, Alexey Dokuchaev wrote: > > I've just found out that our `devel/llvm40' port comes without > > -DLLVM_ENABLE_RTTI=ON on the CMAKE_ARGS. This is a regression > > from e.g. 3.4 times when it was enabled by default.

Re: RTTI support in devel/llvm40 (and maybe other llvm ports)

2017-11-12 Thread Alexey Dokuchaev
On Sun, Nov 12, 2017 at 08:03:19AM +, Brooks Davis wrote: > On Fri, Nov 10, 2017 at 02:07:48PM +0700, Alexey Dokuchaev wrote: > > I've just found out that our `devel/llvm40' port comes without > > -DLLVM_ENABLE_RTTI=ON on the CMAKE_ARGS. This is a regression > > from e.g. 3.4 times when it

Re: RTTI support in devel/llvm40 (and maybe other llvm ports)

2017-11-12 Thread Brooks Davis
On Fri, Nov 10, 2017 at 02:07:48PM +0700, Alexey Dokuchaev wrote: > Hi Brooks, > > I've just found out that our `devel/llvm40' port comes without > -DLLVM_ENABLE_RTTI=ON on the CMAKE_ARGS. This is a regression > from e.g. 3.4 times when it was enabled by default. > > The problem is that RTTI

Re: RTTI support in devel/llvm40 (and maybe other llvm ports)

2017-11-11 Thread Shane Ambler
On 10/11/2017 17:37, Alexey Dokuchaev wrote: > Hi Brooks, > > I've just found out that our `devel/llvm40' port comes without > -DLLVM_ENABLE_RTTI=ON on the CMAKE_ARGS. This is a regression > from e.g. 3.4 times when it was enabled by default. > > The problem is that RTTI support is required by

RTTI support in devel/llvm40 (and maybe other llvm ports)

2017-11-09 Thread Alexey Dokuchaev
Hi Brooks, I've just found out that our `devel/llvm40' port comes without -DLLVM_ENABLE_RTTI=ON on the CMAKE_ARGS. This is a regression from e.g. 3.4 times when it was enabled by default. The problem is that RTTI support is required by some consumers, e.g. `graphics/openshadinglanguage' and