================
@@ -125,6 +125,10 @@ function(libomp_get_legal_arch return_arch_string)
set(${return_arch_string} "SPARC" PARENT_SCOPE)
elseif(SPARCV9)
set(${return_arch_string} "SPARCV9" PARENT_SCOPE)
+ elseif(${WASM32})
----------------
sbc100 wrote:
None of the arch architectures in this switch are using `${}` in the if
condition. Maybe match them?
https://github.com/llvm/llvm-project/pull/181669
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits