swift-riscv / swift-riscv64

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

swift-collections #13

Open futurejones opened 2 weeks ago

futurejones commented 2 weeks ago

Patch cmake/modules/SwiftSupport.cmake

elseif("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "riscv64")
  set("${result_var_name}" "riscv64" PARENT_SCOPE)
futurejones commented 2 weeks ago

Submitted #PR - https://github.com/apple/swift-collections/pull/390