summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorSam McCall <sam.mccall@gmail.com>2019-11-18 15:53:22 +0100
committerSam McCall <sam.mccall@gmail.com>2019-11-18 15:53:22 +0100
commitd27a16eb392f39f9ee04ff5194b1eff3e189e6f8 (patch)
tree07cde0e127245a20761b95478ba7700bf78ef32c /llvm/include/llvm-c
parentdea8f3b0a4eabb930f605343ff5e3e39a1791f86 (diff)
downloadbcm5719-llvm-d27a16eb392f39f9ee04ff5194b1eff3e189e6f8.tar.gz
bcm5719-llvm-d27a16eb392f39f9ee04ff5194b1eff3e189e6f8.zip
Revert "[DWARF5]Addition of alignment atrribute in typedef DIE."
This reverts commit 423f541c1a322963cf482683fe9777ef0692082d, which breaks llvm-c ABI.
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 891faedb636..41e9f96bbb9 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, uint32_t AlignInBits);
+ LLVMMetadataRef Scope);
/**
* Create debugging information entry to establish inheritance relationship
OpenPOWER on IntegriCloud