[llvm] [llvm-c] Add LLVMDWARFTypeEncoding enum and update the MacInfo and callconv enum (PR #84456)

via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 02:57:58 PDT 2024


================
@@ -186,7 +186,30 @@ typedef unsigned LLVMMetadataKind;
 
 /**
  * An LLVM DWARF type encoding.
+ * @note Values are from DW_ATE_* constants in the DWARF specification.
----------------
edg-l wrote:

I don't think we don't, also this enum isn't there.

https://github.com/llvm/llvm-project/pull/84456


More information about the llvm-commits mailing list