Displaying 3 results from an estimated 3 matches for "pr14539".
Did you mean:
pr14109
2012 Dec 09
1
[LLVMdev] llvm-config --cxxflags is not consistent when building by cmake.
Hi Óscar, I've opened PR14539 for this.
Ciao, Duncan.
On 23/11/12 01:06, Óscar Fuentes wrote:
> Duncan Sands <baldrick at free.fr> writes:
>
>>> Using -fno-rtti and -fno-exceptions is an internal LLVM policy. There is
>>> no reason to impose it on client code.
>>
>> actually it does i...
2012 Nov 23
0
[LLVMdev] llvm-config --cxxflags is not consistent when building by cmake.
Duncan Sands <baldrick at free.fr> writes:
>> Using -fno-rtti and -fno-exceptions is an internal LLVM policy. There is
>> no reason to impose it on client code.
>
> actually it does impact external code. For example dragonegg does
>
> #include "llvm/Support/PluginLoader.h"
>
> This file contains
>
> // This causes operator= above to be
2012 Nov 22
2
[LLVMdev] llvm-config --cxxflags is not consistent when building by cmake.
Hi Óscar,
On 22/11/12 09:41, Óscar Fuentes wrote:
> Luba Tang <lubatang at gmail.com> writes:
>
>> We found `llvm-config --cxxflags' does not have -fno-exceptions -fno-rtti
>> when using cmake to build LLVM.
>> Does anyone know how to fix it?
>
> Using -fno-rtti and -fno-exceptions is an internal LLVM policy. There is
> no reason to impose it on client