Closed futurejones closed 5 months ago
Add support for riscv64 as host architecture.
riscv64
gyb
.script/generate_boilerplate_files_with_gyb
Enable the Swift toolchain to build and run on RISC-V 64 host.
Add support for riscv64 as host architecture to cmake/modules/SwiftSupport.cmake
cmake/modules/SwiftSupport.cmake
riscv64 is now recognized as a valid host architecture.
@swift-server-bot test this please
Add support for
riscv64
as host architecture.Checklist
If you've made changes to
gyb
files.script/generate_boilerplate_files_with_gyb
and included updated generated files in a commit of this pull requestMotivation:
Enable the Swift toolchain to build and run on RISC-V 64 host.
Modifications:
Add support for riscv64 as host architecture to
cmake/modules/SwiftSupport.cmake
Result:
riscv64
is now recognized as a valid host architecture.