You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.
llvm seems to toss around the assembly block unless it's volatile. Given that all asm! blocks must execute at the code point where they are defined, they all should be marked volatile.
The text was updated successfully, but these errors were encountered:
llvm seems to toss around the assembly block unless it's volatile. Given that all asm! blocks must execute at the code point where they are defined, they all should be marked volatile.
The text was updated successfully, but these errors were encountered: