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

CI: Use LLVM 16 tools. #1635

Merged
merged 1 commit into from
Sep 3, 2023
Merged

CI: Use LLVM 16 tools. #1635

merged 1 commit into from
Sep 3, 2023

Conversation

briansmith
Copy link
Owner

Rust now uses LLVM 16 and writes object files that LLVM 15's nm cannot fully understand.

Rust now uses LLVM 16 and writes object files that LLVM 15's `nm` cannot
fully understand.
@briansmith briansmith self-assigned this Sep 3, 2023
@codecov
Copy link

codecov bot commented Sep 3, 2023

Codecov Report

Merging #1635 (3f9cbf5) into main (95948b3) will decrease coverage by 0.04%.
Report is 2 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1635      +/-   ##
==========================================
- Coverage   92.24%   92.21%   -0.04%     
==========================================
  Files         127      127              
  Lines       18811    18821      +10     
  Branches      196      196              
==========================================
+ Hits        17352    17355       +3     
- Misses       1422     1430       +8     
+ Partials       37       36       -1     

see 27 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@briansmith
Copy link
Owner Author

Some CI jobs are failing due to unrelated issues. These will be resolved in separate PRs.

@briansmith briansmith merged commit 4328252 into main Sep 3, 2023
27 of 275 checks passed
@briansmith briansmith deleted the b/llvm-16 branch September 3, 2023 22:32
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.

1 participant