We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wasm64
SwiftSetIfArchBitness.cmake
1 parent bf655c1 commit 22c42e1Copy full SHA for 22c42e1
cmake/modules/SwiftSetIfArchBitness.cmake
@@ -30,7 +30,8 @@ function(set_if_arch_bitness var_name)
30
"${SIA_ARCH}" STREQUAL "powerpc64" OR
31
"${SIA_ARCH}" STREQUAL "powerpc64le" OR
32
"${SIA_ARCH}" STREQUAL "s390x" OR
33
- "${SIA_ARCH}" STREQUAL "riscv64")
+ "${SIA_ARCH}" STREQUAL "riscv64" OR
34
+ "${SIA_ARCH}" STREQUAL "wasm64")
35
set("${var_name}" "${SIA_CASE_64_BIT}" PARENT_SCOPE)
36
else()
37
message(FATAL_ERROR "Unknown architecture: ${SIA_ARCH}")
0 commit comments