Skip to content

Commit f50314a

Browse files
committed
[TSCUtility] Added RISCV64 support (swiftlang#360)
1 parent afc0938 commit f50314a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/TSCUtility/Triple.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public struct Triple: Encodable, Equatable {
5151
case arm64
5252
case arm64e
5353
case wasm32
54+
case riscv64
5455
}
5556

5657
public enum Vendor: String, Encodable {

0 commit comments

Comments
 (0)