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

Stop standalone libponyc from needing zlib #3827

Merged
merged 1 commit into from
Aug 17, 2021
Merged

Stop standalone libponyc from needing zlib #3827

merged 1 commit into from
Aug 17, 2021

Conversation

SeanTAllen
Copy link
Member

When we switched to LLVM 12, there was a 2nd def to set to off to
avoid needing to be linked with zlib.

When we switched to LLVM 12, there was a 2nd def to set to off to
avoid needing to be linked with zlib.
@SeanTAllen SeanTAllen added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Aug 17, 2021
@SeanTAllen SeanTAllen requested a review from a team August 17, 2021 02:45
@SeanTAllen SeanTAllen merged commit e889706 into main Aug 17, 2021
@SeanTAllen SeanTAllen deleted the fix-standalone branch August 17, 2021 10:39
github-actions bot pushed a commit that referenced this pull request Aug 17, 2021
github-actions bot pushed a commit that referenced this pull request Aug 17, 2021
@@ -121,6 +121,7 @@ set(LLVM_INCLUDE_BENCHMARKS OFF)
set(LLVM_INCLUDE_TESTS OFF)
set(LLVM_TOOL_REMARKS_SHLIB_BUILD OFF)
set(LLVM_ENABLE_ZLIB OFF)
set(LVM_ENABLE_ZLIB:STRING OFF)
Copy link
Member

Choose a reason for hiding this comment

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

Why does it say LVM instead of LLVM?

Copy link
Member Author

Choose a reason for hiding this comment

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

oops. and yet it still worked. will fix on main.

Copy link
Member Author

Choose a reason for hiding this comment

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

i probably fat fingered on creating the PR. we need a test for this eventually, but it requires creating a program that gets linked and making sure it builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants