Skip to content

Commit

Permalink
open-pr: support Clang
Browse files Browse the repository at this point in the history
We want to build our own smaller Clang for ARM64, teach open-pr how to update it.
This update script uses the update-clang-from-msys2.sh script from
git-for-windows/MINGW-packages#75

Signed-off-by: Matthias Aßhauer <mha1993@live.de>
  • Loading branch information
rimrul committed Jul 1, 2023
1 parent 65a23e2 commit 3f964eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update-scripts/version/mingw-w64-clang
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
. ./update-clang-from-msys2.sh

0 comments on commit 3f964eb

Please sign in to comment.