[wpiutil] Fix compilation of MathExtras.h on Windows with /sdl (#5809)

Fix copied from the LLVM main branch.
This commit is contained in:
Benjamin Hall
2023-10-24 00:35:13 -04:00
committed by GitHub
parent b03a7668f9
commit 63ef585d4b
3 changed files with 31 additions and 1 deletions

View File

@@ -209,6 +209,7 @@ def main():
"0029-Use-C-20-bit-header.patch",
"0030-Remove-DenseMap-GTest-printer-test.patch",
"0031-Replace-deprecated-std-aligned_storage_t.patch",
"0032-Fix-compilation-of-MathExtras.h-on-Windows-with-sdl.patch",
]:
git_am(
os.path.join(wpilib_root, "upstream_utils/llvm_patches", f),