From d27a16eb392f39f9ee04ff5194b1eff3e189e6f8 Mon Sep 17 00:00:00 2001 From: Sam McCall Date: Mon, 18 Nov 2019 15:53:22 +0100 Subject: Revert "[DWARF5]Addition of alignment atrribute in typedef DIE." This reverts commit 423f541c1a322963cf482683fe9777ef0692082d, which breaks llvm-c ABI. --- llvm/include/llvm-c/DebugInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/include/llvm-c') 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 -- cgit v1.2.3