summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorSourabh Singh Tomar <SourabhSingh.Tomar@amd.com>2019-11-16 02:14:34 +0530
committerSourabh Singh Tomar <SourabhSingh.Tomar@amd.com>2019-11-16 21:56:53 +0530
commit423f541c1a322963cf482683fe9777ef0692082d (patch)
treef1ca1b5a2a0d5c5d862e39d375855190dc14bb83 /llvm/include/llvm-c
parenta7f97b02b4fa8b4b1824a7c9b14deb798f55e76a (diff)
downloadbcm5719-llvm-423f541c1a322963cf482683fe9777ef0692082d.tar.gz
bcm5719-llvm-423f541c1a322963cf482683fe9777ef0692082d.zip
[DWARF5]Addition of alignment atrribute in typedef DIE.
This patch, adds support for DW_AT_alignment[DWARF5] attribute, to be emitted with typdef DIE. When explicit alignment is specified. Patch by Awanish Pandey <Awanish.Pandey@amd.com> Reviewers: aprantl, dblaikie, jini.susan.george, SouraVX, alok, deadalinx Differential Revision: https://reviews.llvm.org/D70111
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/DebugInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/DebugInfo.h b/llvm/include/llvm-c/DebugInfo.h
index 41e9f96bbb9..891faedb636 100644
--- a/llvm/include/llvm-c/DebugInfo.h
+++ b/llvm/include/llvm-c/DebugInfo.h
@@ -875,7 +875,7 @@ LLVMMetadataRef
LLVMDIBuilderCreateTypedef(LLVMDIBuilderRef Builder, LLVMMetadataRef Type,
const char *Name, size_t NameLen,
LLVMMetadataRef File, unsigned LineNo,
- LLVMMetadataRef Scope);
+ LLVMMetadataRef Scope, uint32_t AlignInBits);
/**
* Create debugging information entry to establish inheritance relationship
OpenPOWER on IntegriCloud