Skip to content

build: correctly enable blocks for tests when using clang-cl #365

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

Merged
merged 1 commit into from
Jun 19, 2018
Merged

build: correctly enable blocks for tests when using clang-cl #365

merged 1 commit into from
Jun 19, 2018

Conversation

adierking
Copy link
Contributor

clang-cl does not support -fblocks, so prefix it with -Xclang to pass it
directly to the frontend like src/CMakeLists.txt does.

clang-cl does not support -fblocks, so prefix it with -Xclang to pass it
directly to the frontend like src/CMakeLists.txt does.
@adierking
Copy link
Contributor Author

cc @MadCoder @compnerd

@compnerd
Copy link
Member

@swift-ci please test

@MadCoder MadCoder merged commit 93c64d8 into swiftlang:master Jun 19, 2018
@adierking adierking deleted the blocks branch December 2, 2018 00:33
ktopley-apple pushed a commit that referenced this pull request Dec 6, 2018
build: correctly enable blocks for tests when using clang-cl
Signed-off-by: Kim Topley <[email protected]>
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.

4 participants