[Alignment] Introduce llvm::Align to MCSection
commit171a74f19766268b9bc5982cab1a64c873f28d8c
authorGuillaume Chatelet <gchatelet@google.com>
Fri, 13 Sep 2019 09:29:59 +0000 (13 09:29 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Fri, 13 Sep 2019 09:29:59 +0000 (13 09:29 +0000)
tree3b0a96fcfd52f4669e51af1e5626116f76bd884e
parentd72c6b06ee7852f1bc350e405966215e4c7c2dd8
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371831 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCSection.h
lib/MC/ELFObjectWriter.cpp
lib/MC/MCELFStreamer.cpp
lib/MC/MCObjectStreamer.cpp
lib/MC/MCWinCOFFStreamer.cpp
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp
lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
tools/dsymutil/DwarfStreamer.cpp