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

fix: Skip over inverted fn ranges instead of erroring #590

Merged
merged 2 commits into from
Jun 7, 2022

Conversation

Swatinem
Copy link
Member

@Swatinem Swatinem commented Jun 7, 2022

Some compilers/linkers may use u64::MAX(-1) for the low_pc to indicate deleted / dead code functions. We should just skip over these instead of erroring out hard.

Some compilers/linkers may use u64::MAX(-1) for the low_pc to indicate deleted / dead code functions. We should just skip over these instead of erroring out hard.
@Swatinem Swatinem requested a review from a team June 7, 2022 09:04
@codecov-commenter
Copy link

Codecov Report

Merging #590 (7dcde5b) into master (8c9eabc) will decrease coverage by 0.32%.
The diff coverage is 80.00%.

@@            Coverage Diff             @@
##           master     #590      +/-   ##
==========================================
- Coverage   66.96%   66.63%   -0.33%     
==========================================
  Files         101      102       +1     
  Lines       18885    18945      +60     
==========================================
- Hits        12646    12624      -22     
- Misses       6239     6321      +82     

@Swatinem Swatinem enabled auto-merge (squash) June 7, 2022 09:42
@Swatinem Swatinem merged commit d7b2ee0 into master Jun 7, 2022
@Swatinem Swatinem deleted the fix/dwarf-inverted branch June 7, 2022 09:47
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.

None yet

3 participants