> In addition to thanking you for providing the info, I'm writing in the > hopes that there is some documentation that exists or that someone is > willing to add to http://llvm.org/docs/ExceptionHandling.html (or a more > appropriate place with a link there) that would cover the back end > (target-specific) aspects of EH. Perhaps just a quick description of what a > target needs to do to get EH working. >The link you gave mostly focus on IR level , I believe. http://llvm.org/docs/WritingAnLLVMBackend.html would be more appropriate. -- Wei-Ren Chen (陳韋任) Homepage: https://people.cs.nctu.edu.tw/~chenwj -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180116/3b21da08/attachment.html>
Nemanja Ivanovic via llvm-dev
2018-Jan-16 13:00 UTC
[llvm-dev] Exception handling support for a target
Sure. But as I mentioned, I think a link in the EH document would be appropriate. Perhaps something like "For Target-Specific back end requirements for EH, please refer to: ..." I think it is logical that someone wanting to learn about EH would start with the EH document. On Tue, Jan 16, 2018 at 1:29 PM, 陳韋任 <chenwj.cs97g at g2.nctu.edu.tw> wrote:> > In addition to thanking you for providing the info, I'm writing in the >> hopes that there is some documentation that exists or that someone is >> willing to add to http://llvm.org/docs/ExceptionHandling.html (or a more >> appropriate place with a link there) that would cover the back end >> (target-specific) aspects of EH. Perhaps just a quick description of what a >> target needs to do to get EH working. >> > > The link you gave mostly focus on IR level , I believe. > > http://llvm.org/docs/WritingAnLLVMBackend.html would be more appropriate. > > > -- > Wei-Ren Chen (陳韋任) > Homepage: https://people.cs.nctu.edu.tw/~chenwj >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180116/9b7d77e6/attachment.html>
2018-01-16 21:00 GMT+08:00 Nemanja Ivanovic <nemanja.i.ibm at gmail.com>:> Sure. But as I mentioned, I think a link in the EH document would be > appropriate. Perhaps something like "For Target-Specific back end > requirements for EH, please refer to: ..." > I think it is logical that someone wanting to learn about EH would start > with the EH document. >Will come up a patch once I sort things out. -- Wei-Ren Chen (陳韋任) Homepage: https://people.cs.nctu.edu.tw/~chenwj -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180116/7589725b/attachment.html>