[PATCH] D120918: [llvm] strip code signature load commands with llvm-bitcode-strip
    Richard Howell via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Mar  3 12:21:36 PST 2022
    
    
  
rmaz abandoned this revision.
rmaz added a comment.
It looks like we don't need this change as code signature updating was implemented in D111164 <https://reviews.llvm.org/D111164>. Verified with:
  % llvm-bitcode-strip -r -keep_cs libswiftCore.dylib -o stripped.dylib
  % codesign -v -vvv stripped.dylib
  stripped.dylib: valid on disk
  stripped.dylib: satisfies its Designated Requirement
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120918/new/
https://reviews.llvm.org/D120918
    
    
More information about the llvm-commits
mailing list