mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 21:26:05 +00:00

Automatically codesign all executables and dynamic libraries if a codesigning identity is given (via LLVM_CODESIGNING_IDENTITY). This option is darwin only for now. Also update platforms/iOS.cmake to pick up the right versions of codesign and codesign_allocate. llvm-svn: 336708