RFR: 8272700: [macos] Build failure with Xcode 13.0 after JDK-8264848
David Holmes
dholmes at openjdk.java.net
Thu Aug 19 08:07:24 UTC 2021
On Thu, 19 Aug 2021 07:09:52 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Hi all,
>
> May I get reviews for this small change?
>
> The failure is caused by incorrect flag `-mstack-alignment=16-DMAC_OS_X_VERSION_MIN_REQUIRED=10120`.
>
> The following command works fine with Xcode 12.0 but fails with Xcode 13.0.
>
> clang++ -mstack-alignment=16-DMAC_OS_X_VERSION_MIN_REQUIRED=10120 a.cpp
>
>
> Thanks.
> Best regards,
> Jie
Looks good - and I would say trivial, except I can't believe the original code has actually been doing what it was supposed to do, so the impact on things is less clear.
Thanks,
David
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/5180
More information about the build-dev
mailing list