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

bump: llvm from 13 to 14 #495

Merged
merged 10 commits into from
Jan 4, 2023
Merged

Conversation

baszalmstra
Copy link
Collaborator

Bump LLVM from 13 to 14.

@codecov
Copy link

codecov bot commented Jan 2, 2023

Codecov Report

Merging #495 (4a9ed64) into main (a3025a7) will decrease coverage by 0.07%.
The diff coverage is 52.38%.

@@            Coverage Diff             @@
##             main     #495      +/-   ##
==========================================
- Coverage   87.17%   87.09%   -0.08%     
==========================================
  Files         275      274       -1     
  Lines       31046    31082      +36     
==========================================
+ Hits        27064    27071       +7     
- Misses       3982     4011      +29     
Impacted Files Coverage Δ
crates/mun_target/src/spec.rs 89.74% <ø> (-0.26%) ⬇️
crates/mun_target/src/spec/aarch64_apple_darwin.rs 0.00% <0.00%> (ø)
crates/mun_target/src/spec/aarch64_apple_ios.rs 0.00% <0.00%> (ø)
...rates/mun_target/src/spec/aarch64_apple_ios_sim.rs 0.00% <0.00%> (ø)
crates/mun_target/src/spec/x86_64_apple_ios.rs 0.00% <0.00%> (ø)
crates/mun_target/src/spec/apple_base.rs 53.47% <51.45%> (-5.36%) ⬇️
crates/mun_codegen/src/linker.rs 88.70% <100.00%> (+2.21%) ⬆️
crates/mun_target/src/spec/x86_64_apple_darwin.rs 100.00% <100.00%> (ø)
...ates/mun_target/src/spec/x86_64_pc_windows_msvc.rs 100.00% <100.00%> (ø)
...es/mun_target/src/spec/x86_64_unknown_linux_gnu.rs 100.00% <100.00%> (ø)
... and 2 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Collaborator

@Wodann Wodann left a comment

Choose a reason for hiding this comment

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

Just make sure to also add a changelog :)

@baszalmstra
Copy link
Collaborator Author

Thanks I modified the changelog.

To get this to work on macOS I had to refactor the apple targets again a little bit. I think they are actually simpler now. It works on my old x86_64 MacBook but I don't have access to an M1. Would you be able to run the tests locally @Wodann ?

@Wodann
Copy link
Collaborator

Wodann commented Jan 3, 2023

To get this to work on macOS I had to refactor the apple targets again a little bit. I think they are actually simpler now. It works on my old x86_64 MacBook but I don't have access to an M1. Would you be able to run the tests locally @Wodann ?

Yup, I'll checkout your branch and run it 🙂

Copy link
Collaborator

@Wodann Wodann left a comment

Choose a reason for hiding this comment

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

Works on my M1 and LGTM!

@baszalmstra
Copy link
Collaborator Author

I released lld-rs for LLD 14 and updated the dependency in this branch. If CI succeeds we can merge.

@baszalmstra baszalmstra merged commit 73b1347 into mun-lang:main Jan 4, 2023
@Wodann Wodann added this to the Mun v0.5.0 milestone Dec 28, 2023
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.

2 participants