[PATCH] D42904: [Docs] Add LLVM for Grad Students to Contributing page.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 5 04:02:51 PST 2018


fhahn created this revision.
fhahn added reviewers: asb, tonic, silvas, probinson, kristof.beyls.

I think Adrian Sampson's blog post provides a good and relatively
up-do-date introduction to LLVM. I am not sure what the policy about
including links to third-party sites is, but I think this post could be
helpful for people wanting to get started with LLVM.


https://reviews.llvm.org/D42904

Files:
  docs/Contributing.rst


Index: docs/Contributing.rst
===================================================================
--- docs/Contributing.rst
+++ docs/Contributing.rst
@@ -94,6 +94,13 @@
 
   .. __: http://www.aosabook.org/en/llvm.html
 
+`LLVM for Grad Students`__
+  This is an introduction to the LLVM infrastructure by Adrian Sampson. While it
+  has been written for grad students, it provides  a good, compact overview of
+  LLVM's architecture, LLVM's IR and how to write a new pass.
+
+  .. __: http://www.cs.cornell.edu/~asampson/blog/llvm.html
+
 :doc:`GettingStarted`
    Discusses how to get up and running quickly with the LLVM infrastructure.
    Everything from unpacking and compilation of the distribution to execution


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42904.132807.patch
Type: text/x-patch
Size: 717 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180205/1d5c36b5/attachment.bin>


More information about the llvm-commits mailing list