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

Dimitry Andric dim at FreeBSD.org
Thu Jul 30 10:52:34 UTC 2015


On 30 Jul 2015, at 10:41, David Chisnall <theraven at FreeBSD.org> wrote:
> 
> 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?

Yes, in r286033 I have used that instead, replaced the C++11 range-based
for loops with old fashioned ones, and removed one use of the 'override'
keyword.  It now compiles fine with g++ 4.2.1 and libstdc++.

-Dimitry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 194 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20150730/3f988268/attachment.bin>


More information about the svn-src-all mailing list