[all-commits] [llvm/llvm-project] f344df: [lld][MachO] Add support for LC_FUNCTION_STARTS
Alexander Shaposhnikov via All-commits
all-commits at lists.llvm.org
Mon Mar 8 20:42:48 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f344dfebdb127f66f591749b1f12e9ddfa10a05c
https://github.com/llvm/llvm-project/commit/f344dfebdb127f66f591749b1f12e9ddfa10a05c
Author: Alexander Shaposhnikov <alexshap at fb.com>
Date: 2021-03-08 (Mon, 08 Mar 2021)
Changed paths:
M lld/MachO/SyntheticSections.cpp
M lld/MachO/SyntheticSections.h
M lld/MachO/Writer.cpp
A lld/test/MachO/function-starts.s
M lld/test/MachO/headerpad.s
M lld/test/MachO/local-got.s
M lld/test/MachO/x86-64-relocs.s
Log Message:
-----------
[lld][MachO] Add support for LC_FUNCTION_STARTS
Add first bits for emitting LC_FUNCTION_STARTS.
Test plan: make check-all
Differential revision: https://reviews.llvm.org/D97260
More information about the All-commits
mailing list