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
I noticed in #317 that the tests fail on macOS with the Gimli implementation, meaning that it's currently relying on the dladdr fallback, which is bad!
I tracked this down to a lack of support for fat libraries because the system libraries were failing to parse as a mach-o image (because they weren't!). I've implemented this in 69db3b7 but wanted to track this in any case.
Activity
Parse fat libraries on macOS
Parse fat libraries on macOS
Remove dladdr fallback and implementation (rust-lang#317)