[llvm] [llvm-c] Add LLVMDWARFTypeEncoding enum and update the MacInfo and callconv enum (PR #84456)
    Paul T Robinson via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Mar 11 09:25:57 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.
----------------
pogo59 wrote:
We don't export the Dwarf.h constants directly? Seems like that would be better (DRY priniciple).
https://github.com/llvm/llvm-project/pull/84456
    
    
More information about the llvm-commits
mailing list