Skip to content

[Driver] Pass -emit-irgen thru to frontend. #76803

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
Oct 3, 2024

Conversation

nate-chandler
Copy link
Contributor

@nate-chandler nate-chandler commented Oct 1, 2024

Add a new filetype for this mode option: "Raw LLVM IR". When the mode option is emit-irgen, the new filetype will be the output kind; conversely when determining the mode option to use, if the output kind is the new filetype, the mode option will be emit-irgen.

rdar://135437693

Add a new filetype for this mode option: "Raw LLVM IR". When the mode
option is emit-irgen, the new filetype will be the output kind;
conversely when determining the mode option to use, if the output kind
is the new filetype, the mode option will be emit-irgen.
@nate-chandler
Copy link
Contributor Author

swiftlang/swift-driver#1706

@swift-ci please test

@nate-chandler
Copy link
Contributor Author

Test Suite 'AsyncUtilsTests' started at 2024-10-02 20:33:45.739.
Test Case '-[SKSupportTests.AsyncUtilsTests testWithTimeout]' started.
/Users/ec2-user/jenkins/workspace/swift-PR-macos/branch-main/sourcekit-lsp/Tests/SKSupportTests/AsyncUtilsTests.swift:21: error: -[SKSupportTests.AsyncUtilsTests testWithTimeout] : failed - Expression was expected to throw but did not throw
Test Case '-[SKSupportTests.AsyncUtilsTests testWithTimeout]' failed (2.941 seconds).
Test Suite 'AsyncUtilsTests' failed at 2024-10-02 20:33:48.681.
         Executed 1 test, with 1 failure (0 unexpected) in 2.941 (2.941) seconds

@nate-chandler
Copy link
Contributor Author

swiftlang/swift-driver#1706

@swift-ci please test macos platform

@nate-chandler nate-chandler merged commit 963e0d9 into swiftlang:main Oct 3, 2024
5 checks passed
@nate-chandler nate-chandler deleted the bug/20241001/1 branch October 3, 2024 03:34
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