swift-riscv / swift-riscv64

Building swift for riscv64 platforms
Apache License 2.0
21 stars 1 forks source link

swift-driver #19

Closed futurejones closed 3 months ago

futurejones commented 3 months ago

Patch Sources/SwiftDriver/Jobs/GenericUnixToolchain+LinkerSupport.swift

case .riscv64:
      // For RISC-V 64, use the LLVM linker (lld).
      return "lld"
futurejones commented 3 months ago

Not needed as fixed with https://github.com/apple/swift-driver/pull/1545