[clang] [llvm] [openmp] [openmp][WebAssembly] add support for wasm64 (PR #181669)
Sam Clegg via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 28 08:16:27 PDT 2026
================
@@ -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
More information about the cfe-commits
mailing list