Joseph Pusdesris
2012-Nov-18 04:18 UTC
[LLVMdev] Is there a stubbed out target definition available somewhere?
I am trying to follow this tutorial: http://llvm.org/devmtg/2009-10/Korobeynikov_BackendTutorial.pdf However, figuring out what can and cannot be deleted from the sparc backend while still compiling is proving rather frustrating. -Joe -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121117/96a14463/attachment.html>
Anton Korobeynikov
2012-Nov-18 07:57 UTC
[LLVMdev] Is there a stubbed out target definition available somewhere?
> However, figuring out what can and cannot be deleted from the sparc backend > while still compiling is proving rather frustrating.Why are you looking into sparc backend? I believe the talk makes clear which backend should be considered as a start point (at that time). In any case, https://github.com/asl/llvm-openrisc is better "stub" backend, at least it's 'just' 6 months old, not 3 years :) -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
Joseph Pusdesris
2012-Nov-18 17:10 UTC
[LLVMdev] Is there a stubbed out target definition available somewhere?
Thanks for the response. I was starting with sparc because a few of the other tutorials scattered throughout the web suggest it is one of the more simple ones. I will look into openrisc. -Joe On Sun, Nov 18, 2012 at 2:57 AM, Anton Korobeynikov <anton at korobeynikov.info> wrote:> > However, figuring out what can and cannot be deleted from the sparc > backend > > while still compiling is proving rather frustrating. > Why are you looking into sparc backend? I believe the talk makes clear > which backend should be considered as a start point (at that time). > > In any case, https://github.com/asl/llvm-openrisc is better "stub" > backend, at least it's 'just' 6 months old, not 3 years :) > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersburg State University >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121118/9199812d/attachment.html>