llvm-6502/examples/Kaleidoscope/Chapter8
Duncan P. N. Exon Smith aa50fa7c2f DI: Rewrite the DIBuilder local variable API
Replace the general `createLocalVariable()` with two more specific
functions: `createParameterVariable()` and `createAutoVariable()`, and
rewrite the documentation.

Besides cleaning up the API, this avoids exposing the fake DWARF tags
`DW_TAG_arg_variable` and `DW_TAG_auto_variable` to frontends, and is
preparation for removing them completely.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243764 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-31 17:55:53 +00:00
..
CMakeLists.txt [Kaleidoscope] Remove RTTI use from chapters 7 and 8. 2015-04-22 20:41:34 +00:00
Makefile [Kaleidoscope] Remove RTTI use from chapters 7 and 8. 2015-04-22 20:41:34 +00:00
toy.cpp DI: Rewrite the DIBuilder local variable API 2015-07-31 17:55:53 +00:00