[PATCH] D17132: [libcxx] Fix definition of regex_traits::__regex_word on big-endian glibc systems

Daniel Sanders via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 16 14:41:37 PST 2016


Thanks. I'll commit using a MIPS ifdef in the morning and merge once it's through the buildbots.
________________________________________
From: Marshall Clow [mclow.lists at gmail.com]
Sent: 16 February 2016 22:37
To: Daniel Sanders; hans at chromium.org; mclow.lists at gmail.com
Cc: cfe-commits at lists.llvm.org
Subject: Re: [PATCH] D17132: [libcxx] Fix definition of regex_traits::__regex_word on big-endian glibc systems

mclow.lists accepted this revision.
mclow.lists added a comment.
This revision is now accepted and ready to land.

Let's wrap it in a MIPS ifdef for the moment, and then, post-release we can see if that can be relaxed.

Given that, LGTM.


http://reviews.llvm.org/D17132





More information about the cfe-commits mailing list