We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba997e commit cc736d2Copy full SHA for cc736d2
epilogue/resources.rst
@@ -5,7 +5,9 @@ This chapter lists some resources that may be of interest to the reader:
5
6
- LLVM documentation http://llvm.org/docs/
7
- Modern Compiler Implementation in Java, 2nd Edition.
8
-- Eli Bendersky's collection of code examples for using LLVM/clang
+- Eli Bendersky's collection of code examples for using LLVM/clang,
9
https://github.com/eliben/llvm-clang-samples
10
+- "How Clang Compiles a Function" by John Regehr, June 2018,
11
+ https://blog.regehr.org/archives/1605
12
13
.. - `Alex Darby's series of articles on low-level stuff <http://www.altdevblogaday.com/author/alex-darby/>`__.
0 commit comments