[GH-ISSUE #142] umk support for clang + msvc linker #62

Open
opened 2026-05-05 03:36:56 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @lindquist on GitHub (Jan 29, 2023).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/142

I'm experimenting with GitHub Actions, and the default clang compiler on their windows runners have the target "x86_64-pc-windows-msvc", and use the MSVC linker.
This combination is not supported by the builder.
GitHub also has a bunch of other compilers, but maybe worth adding the support.

Originally created by @lindquist on GitHub (Jan 29, 2023). Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/142 I'm experimenting with GitHub Actions, and the default clang compiler on their windows runners have the target "x86_64-pc-windows-msvc", and use the MSVC linker. This combination is not supported by the builder. GitHub also has a bunch of other compilers, but maybe worth adding the support.
Author
Owner

@lindquist commented on GitHub (Jan 29, 2023):

eg. the --stack parameter is incorrect, it's /STACK:N (iirc) on msvc

<!-- gh-comment-id:1407680188 --> @lindquist commented on GitHub (Jan 29, 2023): eg. the --stack parameter is incorrect, it's /STACK:N (iirc) on msvc
Author
Owner

@mirek-fidler commented on GitHub (Feb 5, 2023):

Well, that clang compile should have MSVC cl.exe commandline syntax. Have you tried with MSC19 or MSC22 builder?

<!-- gh-comment-id:1418036720 --> @mirek-fidler commented on GitHub (Feb 5, 2023): Well, that clang compile should have MSVC cl.exe commandline syntax. Have you tried with MSC19 or MSC22 builder?
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#62
No description provided.