[Openmp-commits] [PATCH] D26576: Support of mips & mips64 for openmprtl
Jonathan Peyton via Openmp-commits
openmp-commits at lists.llvm.org
Mon Nov 14 09:11:30 PST 2016
jlpeyton added inline comments.
================
Comment at: runtime/CMakeLists.txt:195-198
+elseif("${arch}" STREQUAL "mips") # MIPS architecture
+ set(MIPS TRUE)
+elseif("${arch}" STREQUAL "mips64") # MIPS64 architecture
+ set(MIPS64 TRUE)
----------------
change `${arch}` to `${LIBOMP_ARCH}`
https://reviews.llvm.org/D26576
More information about the Openmp-commits
mailing list