Skip to content

*-apple-ios targets should show up in a list of supported targets even if xcrun executable does not exist #55029

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nagisa opened this issue Oct 13, 2018 · 1 comment
Labels
O-ios Operating system: iOS T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@nagisa
Copy link
Member

nagisa commented Oct 13, 2018

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.

@nagisa nagisa added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. O-ios Operating system: iOS labels Oct 13, 2018
@nagisa
Copy link
Member Author

nagisa commented Dec 15, 2018

Duplicate of #36156

@nagisa nagisa marked this as a duplicate of #36156 Dec 15, 2018
@nagisa nagisa closed this as completed Dec 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-ios Operating system: iOS T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

1 participant