[llvm] [C API] Add bindings for DWARF type encoding.wq (PR #102171)

via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 8 09:21:47 PDT 2024


================
@@ -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


More information about the llvm-commits mailing list