ndk icon indicating copy to clipboard operation
ndk copied to clipboard

teach clang to automatically realign x86 stacks when appropriate

Open DanAlbert opened this issue 7 years ago • 0 comments
trafficstars

https://github.com/android-ndk/ndk/issues/693#issuecomment-390815633

The longer term fix is to teach Clang to automatically realign the stack for Android < 24, x86, and when the function is a constructor. With that change the only way this will create a problem for people is if they're trying to use some inline assembly that can't satisfy these constraints specifically in a constructor.

DanAlbert avatar Jul 13 '18 18:07 DanAlbert