Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Sources/PackageLoading/ManifestLoader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -679,11 +679,6 @@ public final class ManifestLoader: ManifestLoaderProtocol {
}

/// Helper method for evaluating the manifest.
// TODO: Optimizations are disabled to work around a compiler bug. Remove this attribute when the bug is fixed.
// See https://github.com/swiftlang/llvm-project/issues/11377 for details.
#if os(Windows)
@_optimize(none)
#endif
func evaluateManifest(
at manifestPath: AbsolutePath,
vfsOverlayPath: AbsolutePath? = nil,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -461,11 +461,6 @@ enum PackageArchiveSigner {
}

enum PackageArchiver {
// TODO: Optimizations are disabled to work around a compiler bug. Remove this attribute when the bug is fixed.
// See https://github.com/swiftlang/llvm-project/issues/11377 for details.
#if os(Windows)
@_optimize(none)
#endif
static func archive(
packageIdentity: PackageIdentity,
packageVersion: Version,
Expand Down
5 changes: 0 additions & 5 deletions Sources/Workspace/Workspace+Prebuilts.swift
Original file line number Diff line number Diff line change
Expand Up @@ -422,11 +422,6 @@ extension Workspace {
return hash == checksum
}

// TODO: Optimizations are disabled to work around a compiler bug. Remove this attribute when the bug is fixed.
// See https://github.com/swiftlang/llvm-project/issues/11377 for details.
#if os(Windows)
@_optimize(none)
#endif
func downloadPrebuilt(
workspace: Workspace,
package: PrebuiltPackage,
Expand Down