Displaying 2 results from an estimated 2 matches for "c2955".
Did you mean:
  2955
  
2008 Sep 21
0
[LLVMdev] Has anyone sucessfully compile the llvm code using visual
...help. Now this problem has been solved and I
> have got a workable project.
>
> I am trying the example in the llvm\docs\tutorial\LangImpl4.html
> . However, after I put the whole source code into my customized project,
> there is an error output from visual studio saying:"error C2955:
> 'llvm::IRBuilder' : use of class template requires template argument list".
> ---------->static IRBuilder Builder;
try
static IRBuilder<> Builder;
> I went to the definition of the IRBuilder object and found the template
> declaration was:"
> template...
2008 Sep 21
3
[LLVMdev] Has anyone sucessfully compile the llvm code using visual
Thank you very much for your reply.
However, my question is not completely solved.
I svned the latest version of the llvm. After I open in the visual studio
2005, the building errors are still there and there was not any .exe
executable file output.
I set the Fibonacci project under the solution as my startup project and
issue the debug-run command. However, the vs 2005 just prompted me that the