[all-commits] [llvm/llvm-project] 0e319b: [lld/mac] ad-hoc sign dylibs and bundles on arm64 ...
Nico Weber via All-commits
all-commits at lists.llvm.org
Fri Mar 5 06:12:57 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e319bd0be26c3a11ab1876da4bbb9259d3f6107
https://github.com/llvm/llvm-project/commit/0e319bd0be26c3a11ab1876da4bbb9259d3f6107
Author: Nico Weber <thakis at chromium.org>
Date: 2021-03-05 (Fri, 05 Mar 2021)
Changed paths:
M lld/MachO/Config.h
M lld/MachO/Driver.cpp
M lld/MachO/Options.td
M lld/MachO/Writer.cpp
A lld/test/MachO/adhoc-codesign.s
Log Message:
-----------
[lld/mac] ad-hoc sign dylibs and bundles on arm64 by default, support -(no_)adhoc_codesign flags
Previously, lld/mac only ad-hoc codesigned executables on arm64.
Matches ld64 behavior. Part of PR49443. Fixes 14 of 17 failures when running
check-llvm with lld as host linker on an M1 MBP.
Differential Revision: https://reviews.llvm.org/D97994
More information about the All-commits
mailing list