[Alignment] Introduce llvm::Align to MCSection
authorGuillaume Chatelet <gchatelet@google.com>
Fri, 13 Sep 2019 09:29:59 +0000 (09:29 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Fri, 13 Sep 2019 09:29:59 +0000 (09:29 +0000)
commit36202635323be0f6436c8d5fed1f5cb03808dbb7
treee5c92d30e09334dddfc647ddf947d6ae175811f3
parent7da559f2f60ef69a0098487ea25e0d81fdccc2f2
[Alignment] Introduce llvm::Align to MCSection

Summary:
This is patch is part of a series to introduce an Alignment type.
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html
See this patch for the introduction of the type: https://reviews.llvm.org/D64790

Reviewers: courbet, JDevlieghere

Subscribers: arsenm, sdardis, jvesely, nhaehnle, sbc100, hiraditya, aheejin, jrtc27, atanasyan, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D67486

llvm-svn: 371831
llvm/include/llvm/MC/MCSection.h
llvm/lib/MC/ELFObjectWriter.cpp
llvm/lib/MC/MCELFStreamer.cpp
llvm/lib/MC/MCObjectStreamer.cpp
llvm/lib/MC/MCWinCOFFStreamer.cpp
llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp
llvm/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp
llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
llvm/tools/dsymutil/DwarfStreamer.cpp