*-apple-ios targets should show up in a list of supported targets even if xcrun executable does not exist #55029
Labels
O-ios
Operating system: iOS
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Trying to debug a problem with
*-apple-ios
targets on Linux and was surprised those targets did not show up in--print target-list
on my Linux machine. I do not need to generate any executables, so a working toolchain/sdk/whatever is not necessary here. Instead, all I need to see is the generated assembly (or even things that come in the pipeline before assembly is generated), which works just fine without any external tools.The targets should be available at all times.
The text was updated successfully, but these errors were encountered: