aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/llvm/include/llvm-c/DebugInfo.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2021-08-22 19:00:43 +0000
committerDimitry Andric <dim@FreeBSD.org>2021-12-25 11:51:34 +0000
commitc7893a8deb0057939976283af6e9c283b53f32d0 (patch)
tree3e3f15ed19d603cea632af23ba7250c29fb83f36 /contrib/llvm-project/llvm/include/llvm-c/DebugInfo.h
parent622321fa8a1feb6ce3200a29b53b9b0460d206c8 (diff)
downloadsrc-c7893a8deb0057939976283af6e9c283b53f32d0.tar.gz
src-c7893a8deb0057939976283af6e9c283b53f32d0.zip
Merge llvm-project main llvmorg-13-init-16847-g88e66fa60ae5
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-13-init-16847-g88e66fa60ae5, the last commit before the upstream release/13.x branch was created. PR: 258209 MFC after: 2 weeks (cherry picked from commit fe6060f10f634930ff71b7c50291ddc610da2475)
Diffstat (limited to 'contrib/llvm-project/llvm/include/llvm-c/DebugInfo.h')
-rw-r--r--contrib/llvm-project/llvm/include/llvm-c/DebugInfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/include/llvm-c/DebugInfo.h b/contrib/llvm-project/llvm/include/llvm-c/DebugInfo.h
index 5a9cd8e2ee63..8c085807914b 100644
--- a/contrib/llvm-project/llvm/include/llvm-c/DebugInfo.h
+++ b/contrib/llvm-project/llvm/include/llvm-c/DebugInfo.h
@@ -161,7 +161,8 @@ enum {
LLVMDIMacroFileMetadataKind,
LLVMDICommonBlockMetadataKind,
LLVMDIStringTypeMetadataKind,
- LLVMDIGenericSubrangeMetadataKind
+ LLVMDIGenericSubrangeMetadataKind,
+ LLVMDIArgListMetadataKind
};
typedef unsigned LLVMMetadataKind;