[PATCH] D25073: [DebugInfo]: preparation to implement DW_AT_alignment
Victor Leschuk via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 4 12:47:17 PDT 2016
vleschuk updated this revision to Diff 73535.
vleschuk added a comment.
- Revert API changes: DIBuilder create* methods now take alignment in bits instead of bytes, like before (conversion will be done when emitting DW_AT_alignment)
- Remove alignment from createBasicType and createBitFieldMember - not applicable
https://reviews.llvm.org/D25073
Files:
include/llvm/IR/DIBuilder.h
include/llvm/IR/DebugInfoMetadata.h
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/IR/AsmWriter.cpp
lib/IR/DIBuilder.cpp
lib/IR/DebugInfoMetadata.cpp
lib/IR/LLVMContextImpl.h
test/Assembler/diglobalvariable.ll
test/Assembler/dilocalvariable.ll
unittests/IR/MetadataTest.cpp
unittests/Transforms/Utils/Cloning.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25073.73535.patch
Type: text/x-patch
Size: 46244 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161004/4d3a0ac1/attachment.bin>
More information about the llvm-commits
mailing list