File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -679,11 +679,6 @@ public final class ManifestLoader: ManifestLoaderProtocol {
679
679
}
680
680
681
681
/// Helper method for evaluating the manifest.
682
- // TODO: Optimizations are disabled to work around a compiler bug. Remove this attribute when the bug is fixed.
683
- // See https://github.com/swiftlang/llvm-project/issues/11377 for details.
684
- #if os(Windows)
685
- @_optimize ( none)
686
- #endif
687
682
func evaluateManifest(
688
683
at manifestPath: AbsolutePath ,
689
684
vfsOverlayPath: AbsolutePath ? = nil ,
Original file line number Diff line number Diff line change @@ -461,11 +461,6 @@ enum PackageArchiveSigner {
461
461
}
462
462
463
463
enum PackageArchiver {
464
- // TODO: Optimizations are disabled to work around a compiler bug. Remove this attribute when the bug is fixed.
465
- // See https://github.com/swiftlang/llvm-project/issues/11377 for details.
466
- #if os(Windows)
467
- @_optimize ( none)
468
- #endif
469
464
static func archive(
470
465
packageIdentity: PackageIdentity ,
471
466
packageVersion: Version ,
Original file line number Diff line number Diff line change @@ -422,11 +422,6 @@ extension Workspace {
422
422
return hash == checksum
423
423
}
424
424
425
- // TODO: Optimizations are disabled to work around a compiler bug. Remove this attribute when the bug is fixed.
426
- // See https://github.com/swiftlang/llvm-project/issues/11377 for details.
427
- #if os(Windows)
428
- @_optimize ( none)
429
- #endif
430
425
func downloadPrebuilt(
431
426
workspace: Workspace ,
432
427
package : PrebuiltPackage ,
You can’t perform that action at this time.
0 commit comments