llvm-6502/examples/Kaleidoscope
Duncan P. N. Exon Smith b54df5252a DebugInfo: Remove DIScope
Replace uses of `DIScope` with `MDScope*`.  There was one spot where
I've left an `MDScope*` uninitialized (where `DIScope` would have been
default-initialized to `nullptr`) -- this is intentional, since the
if/else that follows should unconditional assign it to a value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235327 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-20 18:32:29 +00:00
..
Chapter2 cmake: Add Kaleidoscope target 2015-01-06 23:39:37 +00:00
Chapter3 Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:11:45 +00:00
Chapter4 Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:11:45 +00:00
Chapter5 Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:11:45 +00:00
Chapter6 Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:11:45 +00:00
Chapter7 Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:11:45 +00:00
Chapter8 DebugInfo: Remove DIScope 2015-04-20 18:32:29 +00:00
MCJIT Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition. 2015-02-15 22:54:22 +00:00
Orc [Orc] Update kaleidoscope tutorial for API change in r234669. 2015-04-11 00:56:21 +00:00
CMakeLists.txt Add CMake build support for Orc examples (& fix some clang -Werror build 2015-02-08 07:20:04 +00:00
Makefile Add Chapter 8 to the Kaleidoscope tutorial. This chapter adds 2014-12-08 18:00:47 +00:00