[all-commits] [llvm/llvm-project] ce455b: [objcopy][MachO] Revert special handling of encryp...
Daniel Rodríguez Troitiño via All-commits
all-commits at lists.llvm.org
Tue Jul 8 11:00:52 PDT 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: ce455b382c08425d4ed44c03c8129a6f150decb5
https://github.com/llvm/llvm-project/commit/ce455b382c08425d4ed44c03c8129a6f150decb5
Author: Daniel Rodríguez Troitiño <danielrodriguez at meta.com>
Date: 2025-07-08 (Tue, 08 Jul 2025)
Changed paths:
M llvm/lib/ObjCopy/MachO/MachOLayoutBuilder.cpp
M llvm/lib/ObjCopy/MachO/MachOObject.cpp
M llvm/lib/ObjCopy/MachO/MachOObject.h
M llvm/lib/ObjCopy/MachO/MachOReader.cpp
M llvm/test/tools/llvm-objcopy/MachO/strip-with-encryption-info.test
Log Message:
-----------
[objcopy][MachO] Revert special handling of encryptable binaries (#144058)
Code originally added in #120995 and later corrected in #130517 but
apparently still not correct according to #141494 and
rust-lang/rust#141913.
Revert the special handling because the test written in #120995 and
#130517 still passes without those changes. Kept the test and improved
it with a `__DATA` section to keep the current behaviour checked in case
other changes modify the behaviour and break this edge case.
(cherry picked from commit a0662ceba83cf8782da4047b8ee6d175591f168f)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list