Skip to content

build: fix the clang-cl executable link command #363

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: fix the clang-cl executable link command #363

merged 1 commit into from
Jun 19, 2018

Conversation

adierking
Copy link
Contributor

ClangClCompileRules.cmake overrides CMAKE_C_LINK_EXECUTABLE to invoke the C
compiler, but clang-cl does not accept linker flags, so tests will fail to link.
The default is fine, so delete this line.

ClangClCompileRules.cmake overrides CMAKE_C_LINK_EXECUTABLE to invoke the C
compiler, but clang-cl does not accept linker flags, so tests will fail to link.
The default is fine, so delete this line.
@adierking
Copy link
Contributor Author

cc @MadCoder @compnerd

@compnerd
Copy link
Member

@swift-ci please test

@compnerd
Copy link
Member

I guess that I had must've left it behind accidentally.

@compnerd compnerd merged commit b15ee59 into swiftlang:master Jun 19, 2018
@adierking adierking deleted the lld branch December 2, 2018 00:33
ktopley-apple pushed a commit that referenced this pull request Dec 6, 2018
build: fix the clang-cl executable link command
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