Have a way of annotating llvm instructions with the architecture #277
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Just like we do with pc metadata annotation. This will help us more reliably track things when a given function goes from ARM to Thumb mode.
Look at the lifter options and how we can set a
const char *
name to some pc metadata, then do the same for the architecture.The text was updated successfully, but these errors were encountered: