Displaying 5 results from an estimated 5 matches for "chandra1".
Did you mean:
chandra
2006 May 26
0
[LLVMdev] Error with llc after using llvm-g++ WIN32
Hi Evan,
Actually the unrecognized commas disappeared with the patch. What remains is
a call to ".local" which doesn't exist in x86 or at least is not compilable
by g++.
Ashwin
On 5/25/06, Ashwin Chandra <ashwin.chandra1 at gmail.com> wrote:
>
> Hi Evan,
> I updated cvs and recompilled llvm. Still getting some unrecognized commas
> in the compilation of the assembly file after using llc. I guess this is
> still future work...
>
> Ashwin
>
>
> On 5/25/06, Evan Cheng <evan.cheng...
2006 May 26
2
[LLVMdev] Error with llc after using llvm-g++ WIN32
Hi Evan,
I updated cvs and recompilled llvm. Still getting some unrecognized commas
in the compilation of the assembly file after using llc. I guess this is
still future work...
Ashwin
On 5/25/06, Evan Cheng <evan.cheng at apple.com> wrote:
>
> The patch is now in. Sorry about the delay!
>
> Evan
>
> On May 25, 2006, at 10:20 AM, Ashwin Chandra wrote:
>
> Hi
2006 Jun 01
2
[LLVMdev] Status on llvm-g++ -> llc -> C backend
Does anyone have a patch or fix for the failure:
*assertion "Pass::getClassPassInfo<PassClass>() && "Pass class not
registered!"" failed: file
"/cygdrive/c/llvm/llvm/include/llvm/PassAnalysisSupport.h", line 76
*
-Ash
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jun 02
1
[LLVMdev] Status on llvm-g++ -> llc -> C backend
Thanks Anton and Chris, it works.
On a side note is there a way to have llc preserve function names upon
output to C so that external CPP files that link this file in will be able
to find the correct functions. And how about name mangling? I assume this is
something not taken care of by llc or at least from llvm-g++ to bytecode.
Ashwin
On 6/2/06, Chris Lattner <sabre at nondot.org> wrote:
2006 May 25
3
[LLVMdev] Error with llc after using llvm-g++ WIN32
Hi Anton,
Is the patch going to be uploaded to the CVS source?
Ashwin
On 5/24/06, Evan Cheng <evan.cheng at apple.com> wrote:
>
>
> On May 24, 2006, at 5:03 AM, Anton Korobeynikov wrote:
>
> > Hello, Ashwin.
> >
> > You wrote Wednesday, May 24, 2006, 11:25:11 AM:
> >
> > AC> "Pass::getClassPassInfo<PassClass>() "Pass class