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
The tests for PR #40 originally failed. This is unrelated to the code in the PR itself, but due to a recently-merged set of feature flags related to inline assembly.
USDT uses inline assembly in its implementation, which has been in the stabilization process for a while. That's behind a feature flag asm, but during stabilization, that feature has been broken out into several more fine-grained ones. This specific message is due to the use of the symbol operands on macOS.
The text was updated successfully, but these errors were encountered:
The tests for PR #40 originally failed. This is unrelated to the code in the PR itself, but due to a recently-merged set of feature flags related to inline assembly.
USDT uses inline assembly in its implementation, which has been in the stabilization process for a while. That's behind a feature flag
asm
, but during stabilization, that feature has been broken out into several more fine-grained ones. This specific message is due to the use of the symbol operands on macOS.The text was updated successfully, but these errors were encountered: