swiftlang / swift-driver

Swift compiler driver reimplementation in Swift
Apache License 2.0
795 stars 192 forks source link

Pass `-enable-cmo-everything` to frontend jobs #1663

Closed tshortli closed 2 months ago

tshortli commented 2 months ago

Pass the -enable-cmo-everything flag down to frontend jobs and suppress -enable-default-cmo when we do, just like with -cross-module-optimization.

Additional drive-by fixes:

Resolves rdar://128401284.

tshortli commented 2 months ago

@swift-ci please test

tshortli commented 2 months ago

@swift-ci please test macOS