[all-commits] [llvm/llvm-project] 10c474: [Alignment] Use Align for ObjectFile::getSectionAl...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Fri Dec 9 01:35:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10c47465e2505ddfee4e62a2ab2e535abea3ec56
https://github.com/llvm/llvm-project/commit/10c47465e2505ddfee4e62a2ab2e535abea3ec56
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2022-12-09 (Fri, 09 Dec 2022)
Changed paths:
M llvm/include/llvm/Object/COFF.h
M llvm/include/llvm/Object/ELFObjectFile.h
M llvm/include/llvm/Object/MachO.h
M llvm/include/llvm/Object/ObjectFile.h
M llvm/include/llvm/Object/Wasm.h
M llvm/include/llvm/Object/XCOFFObjectFile.h
M llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp
M llvm/lib/Object/COFFObjectFile.cpp
M llvm/lib/Object/MachOObjectFile.cpp
M llvm/lib/Object/WasmObjectFile.cpp
M llvm/lib/Object/XCOFFObjectFile.cpp
Log Message:
-----------
[Alignment] Use Align for ObjectFile::getSectionAlignment
Differential Revision: https://reviews.llvm.org/D139098
More information about the All-commits
mailing list