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

misc: upgrade to LLVM 12.0.1 #351

Merged
merged 1 commit into from
Feb 21, 2022
Merged

misc: upgrade to LLVM 12.0.1 #351

merged 1 commit into from
Feb 21, 2022

Conversation

Wodann
Copy link
Collaborator

@Wodann Wodann commented Sep 25, 2021

Updates LLVM to 12.0.1. As LLVM 11.0.1 has been pulled from apt in favour of 11.1.0, we need to upgrade.

This will also unblock the release of Mun 0.3.1 - containing bug fixes.

@Wodann Wodann requested a review from baszalmstra September 25, 2021 22:36
@Wodann Wodann self-assigned this Sep 25, 2021
@Wodann Wodann added pri: critical An issue resulting in complete or substantial loss of critical functionality, or data type: fix Bug fix or report type: perf Changes that improve performance and removed type: fix Bug fix or report labels Sep 25, 2021
@codecov
Copy link

codecov bot commented Sep 25, 2021

Codecov Report

Merging #351 (2cfe06a) into main (76d2ee1) will decrease coverage by 0.01%.
The diff coverage is 40.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #351      +/-   ##
==========================================
- Coverage   82.55%   82.54%   -0.02%     
==========================================
  Files         264      264              
  Lines       15291    15294       +3     
==========================================
  Hits        12624    12624              
- Misses       2667     2670       +3     
Impacted Files Coverage Δ
crates/mun_codegen/src/code_gen/symbols.rs 79.14% <0.00%> (+0.48%) ⬆️
crates/mun_codegen/src/ir.rs 41.66% <ø> (ø)
crates/mun_codegen/src/ir/dispatch_table.rs 80.95% <ø> (ø)
crates/mun_codegen/src/ir/ty.rs 75.19% <0.00%> (-1.19%) ⬇️
crates/mun_codegen/src/value/function_value.rs 83.33% <50.00%> (ø)
crates/mun_codegen/src/ir/body.rs 81.53% <66.66%> (-0.25%) ⬇️
crates/mun_codegen/src/intrinsics/macros.rs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 76d2ee1...2cfe06a. Read the comment docs.

@baszalmstra baszalmstra added this to the Mun v0.4.0 milestone Jan 23, 2022
@baszalmstra
Copy link
Collaborator

baszalmstra commented Jan 23, 2022

Moved this to 0.4.0 because the core team can't develop without it!

@Wodann Wodann force-pushed the misc/llvm-12 branch 2 times, most recently from e66b97e to 573983e Compare February 21, 2022 15:44
Backwards incompatible changes to LLVM IR require specifying of a type
for sret attribute
@Wodann
Copy link
Collaborator Author

Wodann commented Feb 21, 2022

@baszalmstra all issues have been fixed. Ready for review :)

@Wodann Wodann merged commit 37add09 into mun-lang:main Feb 21, 2022
@Wodann Wodann deleted the misc/llvm-12 branch February 21, 2022 21:14
@Wodann Wodann added type: build Changes that affect the build system or external dependencies and removed type: perf Changes that improve performance labels Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pri: critical An issue resulting in complete or substantial loss of critical functionality, or data type: build Changes that affect the build system or external dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants