Skip to content

Commit

Permalink
llvm: add changed patches
Browse files Browse the repository at this point in the history
As we noticed in [1] the update script for llvm currently doesn't
properly handle added or removed patches. This can break the llvm build.
Update the script to handle these patches.

[1] git-for-windows/MINGW-packages#132

Signed-off-by: Matthias Aßhauer <[email protected]>
  • Loading branch information
rimrul committed Jan 4, 2025
1 parent 6224fe2 commit 13784c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update-scripts/version/mingw-w64-llvm
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
. ./update-clang-from-msys2.sh
. ./update-clang-from-msys2.sh &&
git add --all '*.patch'

0 comments on commit 13784c9

Please sign in to comment.