summaryrefslogtreecommitdiff
path: root/include/llvm-c/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm-c/Types.h')
-rw-r--r--include/llvm-c/Types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/llvm-c/Types.h b/include/llvm-c/Types.h
index 970980b1f23..f08610e5c90 100644
--- a/include/llvm-c/Types.h
+++ b/include/llvm-c/Types.h
@@ -135,6 +135,11 @@ typedef struct LLVMOpaqueAttributeRef *LLVMAttributeRef;
typedef struct LLVMOpaqueDiagnosticInfo *LLVMDiagnosticInfoRef;
/**
+ * @see llvm::Comdat
+ */
+typedef struct LLVMComdat *LLVMComdatRef;
+
+/**
* @}
*/