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
currently to ignore prefixes somewhat specific to my workflow i have to edit is_local_label to have
const LABEL_PREFIXES: &[&str] = &[".L", "off_", "loc_", "LAB_", "$L"];
would be good if these were specifiable in the config file instead as there's many prefixes across many compilers/assemblers, objdiff shouldn't be trying to cover them all