Skip to content

Commit 28ffedb

Browse files
authored
Add Decodable conformance to Triple.Arch (#1512)
1 parent 73f788d commit 28ffedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDriver/Utilities/Triple.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ extension Triple {
415415
}
416416
}
417417

418-
public enum Arch: String, CaseIterable {
418+
public enum Arch: String, CaseIterable, Decodable {
419419
/// ARM (little endian): arm, armv.*, xscale
420420
case arm
421421
// ARM (big endian): armeb

0 commit comments

Comments
 (0)