[libcxx] r292822 - Fixed a typo in __config that prevented the aligned new/delete tests from passing on Mac OS.

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 23 13:54:39 PST 2017


This patch needs to get merged into 4.0 since the offending commit with the
misspelling is in the 4.0 branch.

/Eric

On Mon, Jan 23, 2017 at 12:51 PM, Marshall Clow via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> Author: marshall
> Date: Mon Jan 23 13:51:54 2017
> New Revision: 292822
>
> URL: http://llvm.org/viewvc/llvm-project?rev=292822&view=rev
> Log:
> Fixed a typo in __config that prevented the aligned new/delete tests from
> passing on Mac OS.
>
> Modified:
>     libcxx/trunk/include/__config
>
> Modified: libcxx/trunk/include/__config
> URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__
> config?rev=292822&r1=292821&r2=292822&view=diff
> ============================================================
> ==================
> --- libcxx/trunk/include/__config (original)
> +++ libcxx/trunk/include/__config Mon Jan 23 13:51:54 2017
> @@ -851,7 +851,7 @@ template <unsigned> struct __static_asse
>  #if defined(__APPLE__)
>  # if !defined(__MAC_OS_X_VERSION_MIN_REQUIRED) && \
>       defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__)
> -#   define __MAC_OS_X_VERSION_MIN_REQUIRED __ENVIROMENT_MAC_OS_X_VERSION_
> MIN_REQUIRED__
> +#   define __MAC_OS_X_VERSION_MIN_REQUIRED __ENVIRONMENT_MAC_OS_X_VERSION
> _MIN_REQUIRED__
>  # endif
>  # if defined(__MAC_OS_X_VERSION_MIN_REQUIRED)
>  #   if __MAC_OS_X_VERSION_MIN_REQUIRED < 1060
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170123/6deee15d/attachment.html>


More information about the cfe-commits mailing list