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
Move several DWARF constants into their own submodule
The main advantage of doing this is that we can apply a single
`#![allow(non_upper_case_globals)]` to the whole module, though it's also
helpful when manually checking values against LLVM or the DWARF spec.
0 commit comments