[all-commits] [llvm/llvm-project] bdc3c7: [MachO] Pad section data to pointer size bytes
proaditya via All-commits
all-commits at lists.llvm.org
Tue Feb 11 14:52:37 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bdc3c73454aa04eda74dff2e5061482e13ed4ee7
https://github.com/llvm/llvm-project/commit/bdc3c73454aa04eda74dff2e5061482e13ed4ee7
Author: Aditya Nandakumar <aditya_nandakumar at apple.com>
Date: 2020-02-11 (Tue, 11 Feb 2020)
Changed paths:
M llvm/lib/MC/MachObjectWriter.cpp
M llvm/test/MC/MachO/darwin-x86_64-diff-relocs.s
M llvm/test/MC/MachO/variable-exprs.s
Log Message:
-----------
[MachO] Pad section data to pointer size bytes
https://reviews.llvm.org/D74273
Pad macho section data to pointer size bytes, so that relocation
table and symbol table following section data will be pointer size
aligned.
Patch by pguo.
More information about the All-commits
mailing list