diff options
author | Sam McCall <sam.mccall@gmail.com> | 2019-11-18 15:53:22 +0100 |
---|---|---|
committer | Sam McCall <sam.mccall@gmail.com> | 2019-11-18 15:53:22 +0100 |
commit | d27a16eb392f39f9ee04ff5194b1eff3e189e6f8 (patch) | |
tree | 07cde0e127245a20761b95478ba7700bf78ef32c /llvm/include/llvm-c | |
parent | dea8f3b0a4eabb930f605343ff5e3e39a1791f86 (diff) | |
download | bcm5719-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.h | 2 |
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 |