Skip to content

Conversation

DougGregor
Copy link
Member

Synchronizes the driver with swiftlang/swift#73745

@DougGregor
Copy link
Member Author

swiftlang/swift#73745

@swift-ci please test

@@ -642,8 +642,11 @@ extension Option {
public static let outputFilelist: Option = Option("-output-filelist", .separate, attributes: [.frontend, .noDriver, .cacheInvariant], helpText: "Specify outputs in a file rather than on the command line")
public static let O: Option = Option("-O", .flag, attributes: [.frontend, .moduleInterface], helpText: "Compile with optimizations", group: .O)
public static let o: Option = Option("-o", .joinedOrSeparate, attributes: [.frontend, .noInteractive, .autolinkExtract, .moduleWrap, .indent, .argumentIsPath, .cacheInvariant], metaVar: "<file>", helpText: "Write output to <file>")
public static let packageAvailableModules: Option = Option("-package-available-modules", .separate, attributes: [.frontend], helpText: "JSON file describing the modules that are available within the enclosing package")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be worth it to mark these options as not affecting incremental builds

@DougGregor
Copy link
Member Author

swiftlang/swift#73745

@swift-ci please test

@DougGregor
Copy link
Member Author

swiftlang/swift#73745

@swift-ci please test Windows

@artemcm
Copy link
Contributor

artemcm commented May 20, 2024

apple/swift#73745

@swift-ci please test

@DougGregor This repository does not support cross-repo tests. They should be launched from the main swift repo instead.

@DougGregor
Copy link
Member Author

apple/swift#73745
@swift-ci please test

@DougGregor This repository does not support cross-repo tests. They should be launched from the main swift repo instead.

Okay, thanks!

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.

3 participants