[PATCH] D25620: DebugInfo: use uint32_t instead of uint64_t for alignment

Victor Leschuk via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 07:40:48 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL284482: DebugInfo: change alignment type from uint64_t to uint32_t to save space. (authored by vleschuk).

Changed prior to commit:
  https://reviews.llvm.org/D25620?vs=74898&id=74999#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D25620

Files:
  llvm/trunk/bindings/go/llvm/DIBuilderBindings.cpp
  llvm/trunk/bindings/go/llvm/DIBuilderBindings.h
  llvm/trunk/bindings/go/llvm/dibuilder.go
  llvm/trunk/include/llvm/IR/DIBuilder.h
  llvm/trunk/include/llvm/IR/DebugInfoMetadata.h
  llvm/trunk/lib/AsmParser/LLParser.cpp
  llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/trunk/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  llvm/trunk/lib/IR/DIBuilder.cpp
  llvm/trunk/lib/IR/DebugInfoMetadata.cpp
  llvm/trunk/lib/IR/LLVMContextImpl.h
  llvm/trunk/test/Assembler/ditype-large-values.ll
  llvm/trunk/unittests/IR/MetadataTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25620.74999.patch
Type: text/x-patch
Size: 49024 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161018/2cd2c715/attachment.bin>


More information about the llvm-commits mailing list