Re-unique_ptrify LoadedObjectInfo::clone after it was reverted due to some other...
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 4 Jun 2015 20:54:32 +0000 (20:54 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 4 Jun 2015 20:54:32 +0000 (20:54 +0000)
commita520577e7ec22eb512f52cc8798648a4b0aee69d
tree10199f9cc2148a5ef4bfa311ca88406557d1f6fc
parent2cdee49937886d441fe736fe285ae84cc743f1c6
Re-unique_ptrify LoadedObjectInfo::clone after it was reverted due to some other changes that broke on GCC around the same time

Apparently this functionality isn't used in-tree (or I would go & make
the explicit unique_ptr constructions into implicit constructions to
make them more self documenting now that clone doesn't return a raw
owning pointer anymore) but only by the Julia frontend. This isn't
ideal.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239091 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/DIContext.h
include/llvm/ExecutionEngine/RuntimeDyld.h