-
Notifications
You must be signed in to change notification settings - Fork 12
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
Full clang build for standard apps #793
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #793 +/- ##
=======================================
Coverage 35.76% 35.76%
=======================================
Files 13 13
Lines 1591 1591
=======================================
Hits 569 569
Misses 1022 1022
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
One point of attention is the branch instruction
|
1cca23b
to
dce579e
Compare
dce579e
to
54d2ce3
Compare
54d2ce3
to
6fc02aa
Compare
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 let's test this for Ethereum, Bitcoin & Exchange apps
Full clang build for standard apps
Description
Now only uses clang for all steps of the build instead of the assembly of .S files and binary linking being delegated to GCC.
Changes include