On Thu, 19 Aug 2021 07:09:52 GMT, Jie Fu <ji...@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
This pull request has now been integrated. Changeset: d007be09 Author: Jie Fu <ji...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/d007be0952abdc8beb7b68ebf7529a939162307b Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod 8272700: [macos] Build failure with Xcode 13.0 after JDK-8264848 Reviewed-by: dholmes ------------- PR: https://git.openjdk.java.net/jdk/pull/5180