[all-commits] [llvm/llvm-project] 409f0d: [Alignment][NFC] Use the Align type in MCSection
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu Nov 24 04:33:22 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 409f0dc4a420db1c6b259d5ae965a070c169d930
https://github.com/llvm/llvm-project/commit/409f0dc4a420db1c6b259d5ae965a070c169d930
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2022-11-24 (Thu, 24 Nov 2022)
Changed paths:
M llvm/include/llvm/MC/MCSection.h
M llvm/lib/MC/ELFObjectWriter.cpp
M llvm/lib/MC/MCELFStreamer.cpp
M llvm/lib/MC/MCObjectStreamer.cpp
M llvm/lib/MC/MCSectionXCOFF.cpp
M llvm/lib/MC/MCWinCOFFStreamer.cpp
M llvm/lib/MC/MachObjectWriter.cpp
M llvm/lib/MC/WasmObjectWriter.cpp
M llvm/lib/MC/WinCOFFObjectWriter.cpp
M llvm/lib/MC/XCOFFObjectWriter.cpp
M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp
M llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
M llvm/tools/dsymutil/MachOUtils.cpp
Log Message:
-----------
[Alignment][NFC] Use the Align type in MCSection
Differential Revision: https://reviews.llvm.org/D138653
More information about the All-commits
mailing list