[PATCH] D150697: [lld-macho] Remove linking bitcode support

Keith Smiley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 11:02:21 PDT 2023


keith created this revision.
Herald added projects: lld-macho, All.
Herald added a reviewer: lld-macho.
keith requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Apple deprecated bitcode in the deployment process in Xcode 14.0. Last
month Apple started requiring Xcode 14.1+ to submit apps to the App
Store. Since there isn't a use for bundling bitcode outside of
submitting to the App Store we should be safe to delete this handling
entirely from LLD.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150697

Files:
  lld/CMakeLists.txt
  lld/MachO/CMakeLists.txt
  lld/MachO/Config.h
  lld/MachO/Driver.cpp
  lld/MachO/Options.td
  lld/MachO/SyntheticSections.cpp
  lld/MachO/SyntheticSections.h
  lld/MachO/Writer.cpp
  lld/test/CMakeLists.txt
  lld/test/MachO/bitcode-bundle.ll
  lld/test/MachO/invalid/no-libxar.ll
  lld/test/lit.cfg.py
  lld/test/lit.site.cfg.py.in

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150697.522713.patch
Type: text/x-patch
Size: 11348 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230516/91d0942f/attachment.bin>


More information about the llvm-commits mailing list