================ @@ -200,7 +200,29 @@ typedef unsigned LLVMMetadataKind; /** * An LLVM DWARF type encoding. */ -typedef unsigned LLVMDWARFTypeEncoding; +typedef enum { ---------------- nikic wrote: You have LVM -> LLVM everywhere here. https://github.com/llvm/llvm-project/pull/102171