llvm-6502/examples/Kaleidoscope
Ahmed Charles f4ccd11075 Replace OwningPtr<T> with std::unique_ptr<T>.
This compiles with no changes to clang/lld/lldb with MSVC and includes
overloads to various functions which are used by those projects and llvm
which have OwningPtr's as parameters. This should allow out of tree
projects some time to move. There are also no changes to libs/Target,
which should help out of tree targets have time to move, if necessary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203083 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-06 05:51:42 +00:00
..
Chapter2 [weak vtables] Place class definitions into anonymous namespaces to prevent weak vtables. 2013-11-19 03:08:35 +00:00
Chapter3 [cleanup] Fix the includes in the examples for r199082. 2014-01-13 09:53:45 +00:00
Chapter4 Use DataLayout from the module when easily available. 2014-02-25 23:25:17 +00:00
Chapter5 Use DataLayout from the module when easily available. 2014-02-25 23:25:17 +00:00
Chapter6 Use DataLayout from the module when easily available. 2014-02-25 23:25:17 +00:00
Chapter7 Use DataLayout from the module when easily available. 2014-02-25 23:25:17 +00:00
MCJIT Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
CMakeLists.txt
Makefile