llvm-project
d575f802 - MCFixup: Make MCFixupKind a type alias

Commit
170 days ago
MCFixup: Make MCFixupKind a type alias The unscoped enumeration contains a fix generic kinds (e.g. FK_Data_). However, most fixup kinds are target-specific (including relocation code) and lead to a lot of casts. Make MCFixupKind a type alias instead.
Author
Parents
Loading