================
@@ -806,7 +806,7 @@ enum Feat00Flags : uint32_t {
Kernel = 0x40000000,
};
-enum class Arm64ECThunkType : uint8_t {
+enum Arm64ECThunkType : uint8_t {
----------------
mstorsjo wrote:
Why is this change needed here?
https://github.com/llvm/llvm-project/pull/88132