[all-commits] [llvm/llvm-project] 928394: [lld][MachO] Add support for LC_DATA_IN_CODE
Alexander Shaposhnikov via All-commits
all-commits at lists.llvm.org
Mon Jun 14 19:22:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 928394d10918c97880ef36e4e9853888b0d55207
https://github.com/llvm/llvm-project/commit/928394d10918c97880ef36e4e9853888b0d55207
Author: Alexander Shaposhnikov <alexshap at fb.com>
Date: 2021-06-14 (Mon, 14 Jun 2021)
Changed paths:
M lld/MachO/InputFiles.cpp
M lld/MachO/InputFiles.h
M lld/MachO/InputSection.h
M lld/MachO/SyntheticSections.cpp
M lld/MachO/SyntheticSections.h
M lld/MachO/Writer.cpp
A lld/test/MachO/data-in-code.s
M lld/test/MachO/headerpad.s
M lld/test/MachO/local-got.s
Log Message:
-----------
[lld][MachO] Add support for LC_DATA_IN_CODE
Add first bits for emitting LC_DATA_IN_CODE.
Test plan: make check-lld-macho
Differential revision: https://reviews.llvm.org/D103006
More information about the All-commits
mailing list