[Openmp-commits] [openmp] [OpenMP][RISCV] Add riscv32 support (PR #99494)

Kito Cheng via Openmp-commits openmp-commits at lists.llvm.org
Thu Jul 18 08:01:55 PDT 2024


================
@@ -63,6 +63,8 @@ else() # Part of LLVM build
     set(LIBOMP_ARCH aarch64)
   elseif(LIBOMP_NATIVE_ARCH MATCHES "arm")
     set(LIBOMP_ARCH arm)
+    elseif(LIBOMP_NATIVE_ARCH MATCHES "riscv32")
+      set(LIBOMP_ARCH riscv32)
----------------
kito-cheng wrote:

Indentation seems not right here?

https://github.com/llvm/llvm-project/pull/99494


More information about the Openmp-commits mailing list