X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fllvm%2FDebugInfo%2FDIContext.h;h=871e60c56b1372af5c7a51f2f57af2ff0cebb040;hb=a520577e7ec22eb512f52cc8798648a4b0aee69d;hp=d8830da56b518cdf352cdf036fae088b9a264792;hpb=a89d43a2ce99c99f49c0550bf4ecc61a5dc3c0d2;p=oota-llvm.git diff --git a/include/llvm/DebugInfo/DIContext.h b/include/llvm/DebugInfo/DIContext.h index d8830da56b5..871e60c56b1 100644 --- a/include/llvm/DebugInfo/DIContext.h +++ b/include/llvm/DebugInfo/DIContext.h @@ -169,7 +169,7 @@ public: /// Obtain a copy of this LoadedObjectInfo. /// /// The caller is responsible for deallocation once the copy is no longer required. - virtual LoadedObjectInfo *clone() const = 0; + virtual std::unique_ptr clone() const = 0; }; }