search for: 453eae21

Displaying 2 results from an estimated 2 matches for "453eae21".

2013 May 09
0
[LLVMdev] LoopPass symbol error
...t;BasicBlock, Loop>; >> __extension__ extern template class LoopInfoBase<BasicBlock, Loop>; >> >> -Andy >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130509/453eae21/attachment.html>
2013 May 09
2
[LLVMdev] LoopPass symbol error
Thanks, Also, every method inherited by LoopBase causes the same error, while Loop methods go smooth. On 9 May 2013 01:05, Andrew Trick <atrick at apple.com> wrote: > > On May 8, 2013, at 7:43 PM, Giacomo Tagliabue <giacomo.tag at gmail.com> > wrote: > > Hello, > I am building a loop pass following these instructions: >