[PATCH] D138869: [Docs][RFC] Add AMDGPU LLVM Extensions for Heterogeneous Debugging

J. Ryan Stinnett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 30 09:35:06 PST 2022


jryans added a comment.

In D138869#3958338 <https://reviews.llvm.org/D138869#3958338>, @probinson wrote:

> iOS apps are delivered to the app store as bitcode

I wanted to mention a small correction (just so you are aware)... The iOS app store no longer accepts bitcode as of Xcode 14 (see Deprecations section) <https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes>, so this particular route no longer applies as of 2022-09.

Anyway, that's just one use case, and you've already mentioned several others (crash dumps, LTO), so your general point still stands. I just wanted you to be aware of this recent change.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138869/new/

https://reviews.llvm.org/D138869



More information about the llvm-commits mailing list