[all-commits] [llvm/llvm-project] b94bd9: [Alignment] Use Align in MCStreamer::emitTBSSSymbol
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu Dec 8 01:03:05 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b94bd9c20a39758f7733cd4e7d493fe51200932c
https://github.com/llvm/llvm-project/commit/b94bd9c20a39758f7733cd4e7d493fe51200932c
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2022-12-08 (Thu, 08 Dec 2022)
Changed paths:
M llvm/include/llvm/MC/MCELFStreamer.h
M llvm/include/llvm/MC/MCStreamer.h
M llvm/include/llvm/MC/MCWasmStreamer.h
M llvm/include/llvm/MC/MCWinCOFFStreamer.h
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/MC/MCAsmStreamer.cpp
M llvm/lib/MC/MCELFStreamer.cpp
M llvm/lib/MC/MCMachOStreamer.cpp
M llvm/lib/MC/MCParser/DarwinAsmParser.cpp
M llvm/lib/MC/MCStreamer.cpp
M llvm/lib/MC/MCWasmStreamer.cpp
M llvm/lib/MC/MCWinCOFFStreamer.cpp
Log Message:
-----------
[Alignment] Use Align in MCStreamer::emitTBSSSymbol
In the same vein as D139439, the patch is not NFC as there is no way to check all downstream implementations but the patch seems pretty safe.
Differential Revision: https://reviews.llvm.org/D139548
More information about the All-commits
mailing list