-
Notifications
You must be signed in to change notification settings - Fork 615
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
Enable MacOS binutils test. #322
Conversation
Codecov Report
@@ Coverage Diff @@
## master #322 +/- ##
=========================================
+ Coverage 65.8% 66.5% +0.69%
=========================================
Files 36 36
Lines 7429 7431 +2
=========================================
+ Hits 4889 4942 +53
+ Misses 2142 2085 -57
- Partials 398 404 +6
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, with one nit.
internal/binutils/addr2liner.go
Outdated
// character insignificant to avoid replacing foo with _foo on MacOS (for | ||
// unknown reasons read2line produces the former and nm produces the | ||
// latter on MacOS even though both tools are asked to produce mangled | ||
// names. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing close parenthesis to match (for
on line 229, I think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, PTAL.
34fe63a
to
cd7e3f2
Compare
This follows up the unfinished test in #313.