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

global_llvm_asm! #87753

Closed
MabezDev opened this issue Aug 4, 2021 · 2 comments
Closed

global_llvm_asm! #87753

MabezDev opened this issue Aug 4, 2021 · 2 comments

Comments

@MabezDev
Copy link
Contributor

MabezDev commented Aug 4, 2021

I notice that global_asm! is now in the new asm! format, not llvm_asm! - whilst I do plan on adding support for the asm syntax to my target (Xtensa), is there a global_llvm_asm! equivalent I can switch to to keep things running right now?

@nagisa
Copy link
Member

nagisa commented Aug 4, 2021

llvm_asm! is being deprecated ( #87590) and will be removed, so it is not likely we'll be adding support for llvm style asm in any other scenarios.

@MabezDev
Copy link
Contributor Author

MabezDev commented Aug 4, 2021

I can work around this for now with precompiled archives - looks like I'll need to look into porting the new asm syntax sooner than I thought.

Thanks

@MabezDev MabezDev closed this as completed Aug 4, 2021
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

No branches or pull requests

2 participants