================
@@ -200,7 +200,29 @@ typedef unsigned LLVMMetadataKind;
/**
* An LLVM DWARF type encoding.
*/
-typedef unsigned LLVMDWARFTypeEncoding;
+typedef enum {
----------------
deadalnix wrote:
Fixed
https://github.com/llvm/llvm-project/pull/102171