Skip to content

Commit 13784c9

Browse files
committed
llvm: add changed patches
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]>
1 parent 6224fe2 commit 13784c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

update-scripts/version/mingw-w64-llvm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/bash
2-
. ./update-clang-from-msys2.sh
2+
. ./update-clang-from-msys2.sh &&
3+
git add --all '*.patch'

0 commit comments

Comments
 (0)