[all-commits] [llvm/llvm-project] 9afdd3: [lld][MachO] Add support for LC_FUNCTION_STARTS
Alexander Shaposhnikov via All-commits
all-commits at lists.llvm.org
Mon Mar 8 22:08:58 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9afdd3607a035feb47b7d85e6d81d3758a2ed340
https://github.com/llvm/llvm-project/commit/9afdd3607a035feb47b7d85e6d81d3758a2ed340
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.
This is a recommit of f344dfeb with the adjusted test
which should address build bots breakages.
Test plan: make check-all
Differential revision: https://reviews.llvm.org/D97260
More information about the All-commits
mailing list