Embedded Swift relies on several SILOptimizer features in SwiftCompilerSources, let's just avoid building embedded stuff without those (tests are already guarded with REQUIRES: swift_in_compiler).
Fixes #69124.
@swift-ci please test
Thank you!
Login to write a write a comment.
Login via GitHub
Embedded Swift relies on several SILOptimizer features in SwiftCompilerSources, let's just avoid building embedded stuff without those (tests are already guarded with REQUIRES: swift_in_compiler).
Fixes #69124.