-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[SourceKit] Add a request to generate object files in SourceKit #40645
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@swift-ci Please test |
Build failed |
Build failed |
315dd8d
to
3744ac3
Compare
@swift-ci Please smoke test |
3744ac3
to
fa9ceb4
Compare
@swift-ci Please smoke test |
fa9ceb4
to
0043d4c
Compare
@swift-ci Please smoke test |
0043d4c
to
d8aac60
Compare
@swift-ci Please smoke test |
d8aac60
to
d0e182a
Compare
@swift-ci Please smoke test |
Add 'request.compile'
d0e182a
to
7c92a8e
Compare
@swift-ci Please smoke test |
tshortli
added a commit
to tshortli/swift
that referenced
this pull request
Oct 27, 2022
…rator. These libraries formed a strongly connected component in the CMake build graph. The weakest link I could find was from IDE to FrontendTool and Frontend, which was necessitated by the `CompileInstance` class (swiftlang#40645). I moved a few files out of IDE into a new IDETools library to break the cycle.
tshortli
added a commit
to tshortli/swift
that referenced
this pull request
Oct 27, 2022
…rator. These libraries formed a strongly connected component in the CMake build graph. The weakest link I could find was from IDE to FrontendTool and Frontend, which was necessitated by the `CompileInstance` class (swiftlang#40645). I moved a few files out of IDE into a new IDETools library to break the cycle.
tshortli
added a commit
to tshortli/swift
that referenced
this pull request
Oct 27, 2022
…rator. These libraries formed a strongly connected component in the CMake build graph. The weakest link I could find was from IDE to FrontendTool and Frontend, which was necessitated by the `CompileInstance` class (swiftlang#40645). I moved a few files out of IDE into a new IDETools library to break the cycle.
tshortli
added a commit
to tshortli/swift
that referenced
this pull request
Oct 27, 2022
…rator. These libraries formed a strongly connected component in the CMake build graph. The weakest link I could find was from IDE to FrontendTool and Frontend, which was necessitated by the `CompileInstance` class (swiftlang#40645). I moved a few files out of IDE into a new IDETools library to break the cycle.
tshortli
added a commit
to tshortli/swift
that referenced
this pull request
Oct 27, 2022
…rator. These libraries formed a strongly connected component in the CMake build graph. The weakest link I could find was from IDE to FrontendTool and Frontend, which was necessitated by the `CompileInstance` class (swiftlang#40645). I moved a few files out of IDE into a new IDETools library to break the cycle.
tshortli
added a commit
to tshortli/swift
that referenced
this pull request
Oct 27, 2022
…rator. These libraries formed a strongly connected component in the CMake build graph. The weakest link I could find was from IDE to FrontendTool and Frontend, which was necessitated by the `CompileInstance` class (swiftlang#40645). I moved a few files out of IDE into a new IDETools library to break the cycle.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add 'request.compile'
rdar://82189148