svn commit: r286007 - in stable/10/contrib/llvm: include/llvm/CodeGen lib/CodeGen/SelectionDAG lib/Target/X86

David Chisnall theraven at FreeBSD.org
Thu Jul 30 08:40:28 UTC 2015


On 29 Jul 2015, at 14:36, Dimitry Andric <dim at FreeBSD.org> wrote:
> 
> I'll have a look if this can be fixed using pre-C++11 constructs

LLVM 3.4 had its own unique pointer template (llvm::OwningPtr?  The doxygen docs for 3.4 are no longer online, unfortunately).  I don’t think that unique_ptr from libc++ requires any C++11 features, so another option would be to simply copy it into this file with some #ifdefs.

David



More information about the svn-src-all mailing list