Skip to content

Add inline-asm build to CI, fix build #91

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

Merged
merged 1 commit into from
Jan 8, 2022
Merged

Add inline-asm build to CI, fix build #91

merged 1 commit into from
Jan 8, 2022

Conversation

Disasm
Copy link
Member

@Disasm Disasm commented Jan 8, 2022

#86 introduced new asm! syntax which is enabled with the inline-asm feature. However, it doesn't work with current nightly since asm_const unstable feature is not enabled. This PR fixes the problem and adds automatic checks to CI.

@Disasm Disasm requested a review from a team as a code owner January 8, 2022 20:27
@Disasm Disasm force-pushed the check-inline-asm branch 3 times, most recently from b5574a2 to 7f53427 Compare January 8, 2022 20:40
Copy link
Member

@dkhayes117 dkhayes117 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Disasm
Copy link
Member Author

Disasm commented Jan 8, 2022

bors r=dkhayes117

@bors
Copy link
Contributor

bors bot commented Jan 8, 2022

@bors bors bot merged commit 3d0a439 into master Jan 8, 2022
@bors bors bot deleted the check-inline-asm branch January 8, 2022 20:47
romancardenas pushed a commit that referenced this pull request Nov 17, 2023
91: Don't use a random hash ident, instead use the crate prefixed symbol r=almindor a=MabezDev

This is what cortex-m land is doing. This was initially discovered to be an issue when implementing unwinding in riscv probe-rs, the dwarf info shows the hashed symbol name which is a bit weird, this makes it more clear what the symbol actually is.

Co-authored-by: Scott Mabin <[email protected]>
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.

2 participants