Displaying 3 results from an estimated 3 matches for "dacav".
Did you mean:
daca
2012 Feb 17
4
[LLVMdev] llvm-gcc compilation and ConstantArray::getAsString
...es no longer have the getAsString
method.
It has been actually removed on Jan 31 (commit
6a89228faca4b30c4abc29b5dec98bdac011ea4c).
Is there a patch for llvm-gcc which overcomes this problem? I've just
svn-updated my working copy but it didn't change anything.
Regards
--
Giovanni [dacav] Simoni
<giovanni.simoni at roundhousecode.com>
<simgidacav at gmail.com>
2012 Feb 11
1
[LLVMdev] Hello + Noobish question
...om different languages.
Suppose we have a huge library X written in language LX, which we would be
able to use from our program Y written in language LY. If both LX and LY
are supported by LLVM would that be difficult?
Regards
Giovanni
[1] http://www.aosabook.org/en/llvm.html
--
Giovanni [dacav] Simoni
<giovanni.simoni at roundhousecode.com>
<simgidacav at gmail.com>
2012 Feb 17
0
[LLVMdev] llvm-gcc compilation and ConstantArray::getAsString
Hi Giovanni,
> I'm trying to compile llvm-gcc, but the compilation fails. This is due to
> the fact that the ConstantArray class does no longer have the getAsString
> method.
llvm-gcc is dead. Please use dragonegg (which is analogous to llvm-gcc, but for
gcc-4.5/gcc-4.6) or clang instead.
Ciao, Duncan.