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

cmake: do not search for platform specific unwind #769

Merged
merged 1 commit into from
Dec 22, 2021

Conversation

sergiud
Copy link
Collaborator

@sergiud sergiud commented Dec 22, 2021

This change removes platform specific unwind lookup allowing the use of LLVM unwind implementation.

Closes #629

This change removes platform specific unwind lookup allowing the use of
LLVM unwind implementation.
@sergiud sergiud added this to the 0.6 milestone Dec 22, 2021
@codecov-commenter
Copy link

codecov-commenter commented Dec 22, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.63%. Comparing base (4ffa983) to head (290f413).
Report is 206 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #769      +/-   ##
==========================================
+ Coverage   72.35%   72.63%   +0.27%     
==========================================
  Files          17       17              
  Lines        3241     3241              
==========================================
+ Hits         2345     2354       +9     
+ Misses        896      887       -9     

see 1 file with indirect coverage changes

@sergiud sergiud merged commit 224f66b into master Dec 22, 2021
@sergiud sergiud deleted the cmake-platform-unwind branch December 22, 2021 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LLVM libunwind not detected
2 participants