Skip to content

clang uses llvm-ar on Windows - #2784

Merged
nickclark2016 merged 1 commit into
premake:masterfrom
theComputeKid:clang
Sep 1, 2026
Merged

clang uses llvm-ar on Windows#2784
nickclark2016 merged 1 commit into
premake:masterfrom
theComputeKid:clang

Conversation

@theComputeKid

Copy link
Copy Markdown
Contributor
  • Required for Windows, as there is no ar.
  • clang provides llvm-ar as gnu-syntax ar that can work on Windows and mingw.

@nickclark2016 nickclark2016 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We really need to investigate actually supporting toolchain files @samsinsane

@nickclark2016

Copy link
Copy Markdown
Member

Looks like the runners didn't pick this up, must've been in the GH outage earlier this week. Could you retrigger CI like so:

git commit --amend --no-edit
git push --force-with-lease
@theComputeKid
theComputeKid force-pushed the clang branch 2 times, most recently from 1a27970 to 07aff64 Compare September 1, 2026 13:07
- Required for Windows, as there is no ar, but clang provides llvm-ar as gnu-syntax ar.
@theComputeKid

Copy link
Copy Markdown
Contributor Author

@nickclark2016 CI passes now.

@nickclark2016
nickclark2016 merged commit 212ac30 into premake:master Sep 1, 2026
83 checks passed
@theComputeKid
theComputeKid deleted the clang branch September 1, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants