Skip to content

Commit

Permalink
llvm-mingw: Update to 20231114.
Browse files Browse the repository at this point in the history
  • Loading branch information
madewokherd committed Nov 27, 2023
1 parent 5a5dfca commit 2d751f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/.vagrant/
/build/
/image/
/llvm-mingw-20231017-ucrt-ubuntu-20.04-x86_64.tar.xz
/llvm-mingw-20231017-ucrt-ubuntu-20.04-x86_64/
/llvm-mingw-20231114-ucrt-ubuntu-20.04-x86_64.tar.xz
/llvm-mingw-20231114-ucrt-ubuntu-20.04-x86_64/
/tests/
/tools/tests/*.exe
/tools/tests/*.dll
Expand Down
2 changes: 1 addition & 1 deletion llvm.make
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FETCH_LLVM_MINGW_VERSION=20231017
FETCH_LLVM_MINGW_VERSION=20231114
FETCH_LLVM_MINGW_DIRECTORY=llvm-mingw-$(FETCH_LLVM_MINGW_VERSION)-ucrt-ubuntu-20.04-x86_64

FETCH_LLVM_MINGW_ARCHIVE=$(FETCH_LLVM_MINGW_DIRECTORY).tar.xz
Expand Down

0 comments on commit 2d751f2

Please sign in to comment.