-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Destinations: pass -Xfrontend -validate-tbd-against-ir=none
#6377
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
@swift-ci smoke test |
-Xfrontend -validate-tbd-against-ir=none
-Xfrontend -validate-tbd-against-ir=none
@@ -26,6 +26,10 @@ target_link_libraries(CrossCompilationDestinationsTool PUBLIC | |||
# NOTE(compnerd) workaround for CMake not setting up include flags yet | |||
set_target_properties(CrossCompilationDestinationsTool PROPERTIES | |||
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY}) | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose that we should file an issue and tag it here so that we can clean this up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in swiftlang/swift#64900
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we make this conditional on windows + add a comment why we need this?
This fixes an issue with the Windows build highlighted in #6361 (comment)
6dcc3c3
to
c4f74ab
Compare
@swift-ci smoke test |
@swift-ci test windows |
I think that this should no longer be needed given that swiftlang/swift#64920 has been merged |
This fixes an issue with the Windows build introduced with the conversion of
SwiftDestinationTool
toAsyncParsableCommand
, as reported at #6361 (comment)