diff options
author | Daniel Sanders <daniel_l_sanders@apple.com> | 2019-10-30 14:52:57 -0700 |
---|---|---|
committer | Daniel Sanders <daniel_l_sanders@apple.com> | 2019-10-30 14:53:39 -0700 |
commit | 204a529cb0d6b67eb66d81a07e11a2df00e22764 (patch) | |
tree | c1b9a359f444db1a9bbf2a2d59bc215e3cf05e29 | |
parent | d8a4ef0e685cec1fc73d4953b48220b649d05b40 (diff) | |
download | llvm-204a529cb0d6b67eb66d81a07e11a2df00e22764.zip llvm-204a529cb0d6b67eb66d81a07e11a2df00e22764.tar.gz llvm-204a529cb0d6b67eb66d81a07e11a2df00e22764.tar.bz2 |
[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
-rw-r--r-- | llvm/docs/GlobalISel/Porting.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/docs/GlobalISel/Porting.rst b/llvm/docs/GlobalISel/Porting.rst index 32ca139..0bc5e74 100644 --- a/llvm/docs/GlobalISel/Porting.rst +++ b/llvm/docs/GlobalISel/Porting.rst @@ -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. |