uweigand wrote:

> This now causes failures in the SystemZ build bot: 
> https://lab.llvm.org/buildbot/#/builders/94/builds/18295

Looking at this a bit more, before this patch the stack alignment test passes 
because the IR is instrumented to include a call to `__asan_alloca_poison` 
using a 32-byte aligned alloca.  *With* this patch, that code is missing 
completely and there is no 32-byte aligned alloca, and therefore the whole 
stack is never re-aligned to a 32-byte boundary.

Not sure why the `__asan_alloca_poison` call is missing now ...


https://github.com/llvm/llvm-project/pull/77210
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to