[globalisel][docs] Add the tutorial to the Porting document

In lieu of converting that tutorial to text, add a link to the porting
tutorial from the 2017 Dev Meeting to the porting page
This commit is contained in:
Daniel Sanders 2019-10-30 14:52:57 -07:00
parent d8a4ef0e68
commit 204a529cb0

View File

@ -19,3 +19,10 @@ Additionally:
* ``TargetPassConfig`` --- create the passes constituting the pipeline,
including additional passes not included in the :ref:`pipeline`.
Tutorials
=========
We'd recommend watching `this tutorial
<https://www.llvm.org/devmtg/2017-10/#tutorial2>`_ from the 2017 LLVM DevMeeting
which gave an overview of how to bring up a new backend in GlobalISel.