search for: getclasspassinfo

Displaying 9 results from an estimated 9 matches for "getclasspassinfo".

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: <http://lists.llvm.org/pipermail/llvm-dev/a...
2006 May 24
3
[LLVMdev] Error with llc after using llvm-g++ WIN32
Hello, Ashwin. You wrote Wednesday, May 24, 2006, 11:25:11 AM: AC> "Pass::getClassPassInfo<PassClass>() "Pass class not AC> registered!"" failed: file AC> "/cygdrive/c/llvm/llvm/include/llvm/PassAnalysisSupport.h", line 76 AC> Aborted Same for me. AC> Wihtout the -march specified (using native x86 assembly) it does AC> convert it into as...
2006 Jun 02
0
[LLVMdev] Status on llvm-g++ -> llc -> C backend
On Thu, 1 Jun 2006, Ashwin Chandra wrote: > 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 I don't see that failure. We'll need more info to reproduce the issue. -Chris -- http://nondot.org/sabre/ http...
2006 May 25
3
[LLVMdev] Error with llc after using llvm-g++ WIN32
...d 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 not > > AC> registered!"" failed: file > > AC> "/cygdrive/c/llvm/llvm/include/llvm/PassAnalysisSupport.h", > > line 76 > > AC> Aborted > > Same for me. > > > > AC> Wihtout the -march spe...
2006 May 24
0
[LLVMdev] Error with llc after using llvm-g++ WIN32
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 not > AC> registered!"" failed: file > AC> "/cygdrive/c/llvm/llvm/include/llvm/PassAnalysisSupport.h", > line 76 > AC> Aborted > Same for me. > > AC> Wihtout the -march specified (using native x86 assembly...
2006 May 26
2
[LLVMdev] Error with llc after using llvm-g++ WIN32
...an 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 not > > > AC> registered!"" failed: file > > > AC> "/cygdrive/c/llvm/llvm/include/llvm/PassAnalysisSupport.h", > > > line 76 > > > AC> Aborted > > > Same for me. > > > > >...
2006 May 25
0
[LLVMdev] Error with llc after using llvm-g++ WIN32
...ce? > > 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 not > > AC> registered!"" failed: file > > AC> "/cygdrive/c/llvm/llvm/include/llvm/PassAnalysisSupport.h", > > line 76 > > AC> Aborted > > Same for me. > > > > AC> Wihtout the -march spe...
2006 May 26
0
[LLVMdev] Error with llc after using llvm-g++ WIN32
...e: > > > > > > > > > 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 not > > > > AC> registered!"" failed: file > > > > AC> "/cygdrive/c/llvm/llvm/include/llvm/PassAnalysisSupport.h", > > > > line 76 > > > > AC> Aborted > > > > Same for me....
2006 May 24
0
[LLVMdev] Error with llc after using llvm-g++ WIN32
...llvm-gcc frontend code and compiled and made the binaries. I took a small sample C++ file and compiled it into bytecode with "llvm-g++ -c sample.cpp". Then after using "llc -march=C sample.cpp.bc", I get the following error: llc -march=c KEYFNT.CPP.bc -f assertion "Pass::getClassPassInfo<PassClass>() && "Pass class not registered!"" failed: file "/cygdrive/c/llvm/llvm/include/llvm/PassAnalysisSupport.h", line 76 Aborted Wihtout the -march specified (using native x86 assembly) it does convert it into assembly, but is uncompilable (with some...