Skip to content

Don't quote -target cmdline opt to TARGET_SWIFTFLAGS #3919

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

Conversation

jasonmolenda
Copy link

Don't quote -target cmdline opt to TARGET_SWIFTFLAGS

The double quote marks are preserved in this makefile setting, so
the -target command line option & value are passed as a
single word, which is not recognized by swiftc, when running the
testsuite against environments where we need to specify the target
value. Not normally used when running the testsuite on a native
system.

The double quote marks are preserved in this makefile setting, so
the -target <triple> command line option & value are passed as a
single word, which is not recognized by swiftc, when running the
testsuite against environments where we need to specify the target
value.  Not normally used when running the testsuite on a native
system.
@jasonmolenda
Copy link
Author

@swift-ci please test

@JDevlieghere JDevlieghere merged commit a869925 into swiftlang:stable/20211026 Feb 10, 2022
@jasonmolenda jasonmolenda deleted the remove-extra-quoting-of-target-opt branch February 11, 2022 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants