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

macOS: If using Xcode CLT >= 15, add -Wl,-ld_classic in create_sysimg_from_object_file() #972

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Add a comment with example output of `clang --version`

f387dbb
Select commit
Loading
Failed to load commit list.
Draft

macOS: If using Xcode CLT >= 15, add -Wl,-ld_classic in create_sysimg_from_object_file() #972

Add a comment with example output of `clang --version`
f387dbb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 1, 2024 in 1s

83.00% (-1.57%) compared to 38629b0

View this Pull Request on Codecov

83.00% (-1.57%) compared to 38629b0

Details

Codecov Report

Attention: Patch coverage is 48.64865% with 19 lines in your changes missing coverage. Please review.

Project coverage is 83.00%. Comparing base (38629b0) to head (f387dbb).

Files with missing lines Patch % Lines
src/xcode.jl 43.75% 18 Missing ⚠️
src/PackageCompiler.jl 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #972      +/-   ##
==========================================
- Coverage   84.56%   83.00%   -1.57%     
==========================================
  Files           3        4       +1     
  Lines         823      859      +36     
==========================================
+ Hits          696      713      +17     
- Misses        127      146      +19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.