[all-commits] [llvm/llvm-project] 29d467: [lld-macho] Place LC_FUNCTION_STARTS data at the r...
Jez Ng via All-commits
all-commits at lists.llvm.org
Mon Mar 15 11:56:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 29d46760599b32504f4dfda4de69aca8b9f1f65e
https://github.com/llvm/llvm-project/commit/29d46760599b32504f4dfda4de69aca8b9f1f65e
Author: Jez Ng <jezng at fb.com>
Date: 2021-03-15 (Mon, 15 Mar 2021)
Changed paths:
M lld/MachO/Writer.cpp
M lld/test/MachO/linkedit-contiguity.s
Log Message:
-----------
[lld-macho] Place LC_FUNCTION_STARTS data at the right position
This pleases the codesign
(Otherwise it complains about "function starts data out of place")
Reviewed By: #lld-macho, smeenai
Differential Revision: https://reviews.llvm.org/D98648
More information about the All-commits
mailing list