[all-commits] [llvm/llvm-project] 48e5f7: [lld-macho] Remove linking bitcode support

Keith Smiley via All-commits all-commits at lists.llvm.org
Tue May 30 14:49:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 48e5f704c55f406e0bdbd989434c8b3777b27fe4
      https://github.com/llvm/llvm-project/commit/48e5f704c55f406e0bdbd989434c8b3777b27fe4
  Author: Keith Smiley <keithbsmiley at gmail.com>
  Date:   2023-05-30 (Tue, 30 May 2023)

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

  Log Message:
  -----------
  [lld-macho] Remove linking bitcode support

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.

Differential Revision: https://reviews.llvm.org/D150697




More information about the All-commits mailing list