mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
last changes for now
llvm-svn: 357868
This commit is contained in:
parent
a14330aa67
commit
b2fa5cc247
@ -63,8 +63,8 @@ allowing you to skip ahead as you wish:
|
|||||||
- `Chapter #8: Compiling to Object Files <LangImpl08.html>`_ - This
|
- `Chapter #8: Compiling to Object Files <LangImpl08.html>`_ - This
|
||||||
chapter explains how to take LLVM IR and compile it down to object
|
chapter explains how to take LLVM IR and compile it down to object
|
||||||
files, like a static compiler does.
|
files, like a static compiler does.
|
||||||
- `Chapter #9: Extending the Language: Debug Information
|
- `Chapter #9: Debug Information <LangImpl09.html>`_ - A real language
|
||||||
<LangImpl09.html>`_ - A real language needs to support debuggers, so we
|
needs to support debuggers, so we
|
||||||
add debug information that allows setting breakpoints in Kaleidoscope
|
add debug information that allows setting breakpoints in Kaleidoscope
|
||||||
functions, print out argument variables, and call functions!
|
functions, print out argument variables, and call functions!
|
||||||
- `Chapter #10: Conclusion and other tidbits <LangImpl10.html>`_ - This
|
- `Chapter #10: Conclusion and other tidbits <LangImpl10.html>`_ - This
|
||||||
|
Loading…
Reference in New Issue
Block a user