-
Notifications
You must be signed in to change notification settings - Fork 72
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
Remove all llvm_asm macros #106
Conversation
743ea70
to
59d0bed
Compare
Update: Removed the compile_error, because it doesn't work. The compile aborts at the earlier feature request. |
CI fails due to ancient compiler |
59d0bed
to
c8b8e01
Compare
Update: Remove now unnecessary build dependency |
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.
Hey, thanks for taking care of this! I have one minor nit, everything else looks great!
Ah, and CI is failing because it is still using the old nightly. I'll push a commit to upgrade it, then you can rebase to (hopefully) get it to pass. |
Done in commit 2e8d033 ("ci: Upgrade to a new compiler version"). Please rebase when you find the time :) |
c8b8e01
to
0a8ee53
Compare
Thanks. I pushed an updated branch. |
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.
Thanks!
Remove all
llvm_asm!
macros and require a recent compiler withasm!
support.As discussed in #104