================ @@ -200,7 +200,29 @@ typedef unsigned LLVMMetadataKind; /** * An LLVM DWARF type encoding. */ -typedef unsigned LLVMDWARFTypeEncoding; +typedef enum { ---------------- deadalnix wrote: Facepalm. Thankfully, that's easy to fix. https://github.com/llvm/llvm-project/pull/102171