Skip to content

gallivm: fix FTBFS on i386 with LLVM >= 13, StackAlignmentOverride is gone

Kai Wasserbäch requested to merge curan/mesa:curan/fix-ftbfs-i386-llvm13 into main

Upstream change: https://github.com/llvm/llvm-project/commit/3787ee457173c3612aac4c9b1a2b6d6ab0202616

We're now setting the alignment through Module::setOverrideStackAlignment by way of a new wrapper, since Module::getOverrideStackAlignment is not available in the C API of LLVM.

Edited by Kai Wasserbäch

Merge request reports