Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully static stage1 compiler on windows #3467

Merged
merged 4 commits into from
Oct 17, 2019
Merged

Conversation

andrewrk
Copy link
Member

@andrewrk andrewrk commented Oct 16, 2019

Continued from #3430. I made a separate pull request because the previous one was in @Sahnvour's private fork, which made it harder to collaborate on.

Fixes #3391.

This doesn't enable linking debug zig with release llvm yet but I still plan to do it soon.

The new tarball is uploaded, and I added a commit to use it. If the CI passes here then we should be good to go.

Looks like the patch we need is in llvm trunk, not llvm 9.
@andrewrk andrewrk merged commit 0cb1c16 into master Oct 17, 2019
@andrewrk andrewrk deleted the windows-static-linking branch October 17, 2019 03:35
BratishkaErik added a commit to BratishkaErik/zig that referenced this pull request May 14, 2024
They were introduced in ziglang#3467 and
5b51f41 , and become obsolete since
C++-based compiler was removed: all C or C++ sources built by CMake
are just intermediate steps in bootstrapping.
BratishkaErik added a commit to BratishkaErik/zig that referenced this pull request May 14, 2024
They were introduced in ziglang#3467 and
5b51f41 , and become obsolete since
C++-based compiler was removed: all C or C++ sources built by CMake
are just intermediate steps in bootstrapping.
BratishkaErik added a commit to BratishkaErik/zig that referenced this pull request May 14, 2024
They were introduced in ziglang#3467 and
5b51f41 , and become obsolete since
C++-based compiler was removed: all C or C++ sources built by CMake
are just intermediate steps in bootstrapping.

Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
ryoppippi pushed a commit to ryoppippi/zig that referenced this pull request Jul 5, 2024
They were introduced in ziglang#3467 and
5b51f41 , and become obsolete since
C++-based compiler was removed: all C or C++ sources built by CMake
are just intermediate steps in bootstrapping.

Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
SammyJames pushed a commit to SammyJames/zig that referenced this pull request Aug 7, 2024
They were introduced in ziglang#3467 and
5b51f41 , and become obsolete since
C++-based compiler was removed: all C or C++ sources built by CMake
are just intermediate steps in bootstrapping.

Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

the windows zig binaries from the download page dynamically link vcredist140.dll instead of static linking
2 participants