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
llvm_asm was removed in 1/18/22 nightly, requiring migration to asm macros instead.
This allows ntapi to support the beta toolchain instead of nightly, as asm is being stabilized. It is an easy fix, I have made the necessary changes here. I do not keep up enough to know what you want to do with some of the other mentions of nightly (such as YAML files), but I renamed the feature flag to beta and aliased the old nightly flag.
The text was updated successfully, but these errors were encountered:
llvm_asm
was removed in 1/18/22 nightly, requiring migration toasm
macros instead.This allows ntapi to support the beta toolchain instead of nightly, as
asm
is being stabilized. It is an easy fix, I have made the necessary changes here. I do not keep up enough to know what you want to do with some of the other mentions of nightly (such as YAML files), but I renamed the feature flag tobeta
and aliased the oldnightly
flag.The text was updated successfully, but these errors were encountered: