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

Emit 'Dwarf Version' metadata as Int32. #385

Merged
merged 1 commit into from
Jan 20, 2023
Merged

Emit 'Dwarf Version' metadata as Int32. #385

merged 1 commit into from
Jan 20, 2023

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Jan 20, 2023

Avoids the following warning:

warning: linking module flags 'Dwarf Version': IDs have conflicting values ('i32 4' from globals with 'i64 4' from start)

... although I'm not sure where the linking happens, as we're now responsible for configuring the module. Maybe this comes from libdevice. Either way, doesn't hurt to fix.

@codecov
Copy link

codecov bot commented Jan 20, 2023

Codecov Report

Base: 83.70% // Head: 83.13% // Decreases project coverage by -0.57% ⚠️

Coverage data is based on head (b4d2041) compared to base (d1a400a).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #385      +/-   ##
==========================================
- Coverage   83.70%   83.13%   -0.57%     
==========================================
  Files          24       24              
  Lines        2810     2840      +30     
==========================================
+ Hits         2352     2361       +9     
- Misses        458      479      +21     
Impacted Files Coverage Δ
src/jlgen.jl 75.00% <ø> (+1.10%) ⬆️
src/reflection.jl 63.37% <0.00%> (-10.01%) ⬇️
src/utils.jl 84.61% <0.00%> (+2.56%) ⬆️
src/debug.jl 94.44% <0.00%> (+2.77%) ⬆️

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@maleadt maleadt merged commit 6cd1245 into master Jan 20, 2023
@maleadt maleadt deleted the tb/dwarf_int32 branch January 20, 2023 11:33
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