Displaying 4 results from an estimated 4 matches for "previour".
Did you mean:
previous
2013 Mar 20
2
[LLVMdev] Help with LLVM 3.2 linking error
...out the `configure' build. You can try filing a feature request on
> Bugzilla.
Ok, I've managed to refactor some code and remove uses of dynamic_cast.
Making my project work without rtti is a good thing anyway, but I'm curious
about why this problem didn't arised months ago with previours llvm versions...
Bye,
Nicola
2013 Mar 20
0
[LLVMdev] Help with LLVM 3.2 linking error
...build. You can try filing a feature request on
>> Bugzilla.
>
> Ok, I've managed to refactor some code and remove uses of dynamic_cast.
> Making my project work without rtti is a good thing anyway, but I'm curious
> about why this problem didn't arised months ago with previours llvm versions...
A quick look at the VC history of lib/Support/Makefile explains it:
commit 475832cc0fbf622dfe1db484c2db57cc2d97a530
Author: Joerg Sonnenberger
Date: Fri Oct 26 12:15:29 2012 +0000
Don't explicitly require RTTI and EH.
git-svn-id: https://llvm.org/svn/llv...
2013 Mar 18
0
[LLVMdev] Help with LLVM 3.2 linking error
Nicola Gigante <nicola.gigante at gmail.com> writes:
> Il giorno 18/mar/2013, alle ore 15:14, Óscar Fuentes <ofv at wanadoo.es> ha scritto:
>
>> Nicola Gigante <nicola.gigante at gmail.com> writes:
>>
>>> The error I get is the following:
>>> Undefined symbols for architecture x86_64:
>>> "typeinfo for
2013 Mar 18
2
[LLVMdev] Help with LLVM 3.2 linking error
Il giorno 18/mar/2013, alle ore 15:14, Óscar Fuentes <ofv at wanadoo.es> ha scritto:
> Nicola Gigante <nicola.gigante at gmail.com> writes:
>
>> The error I get is the following:
>> Undefined symbols for architecture x86_64:
>> "typeinfo for llvm::FoldingSetImpl", referenced from:
>> typeinfo for llvm::FoldingSet<Type> in Program.o