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
Core: Allocate a local copied from a global with the global's type
x = some_global was rejected at allocation because the Name source path
only looked in the local symbol table. Resolve local first, then the BPF
globals, and give the copy the source's type as the local-source case
already does.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BSDVsZH5NtoASyxB8FCtGU
0 commit comments