[Openmp-commits] [PATCH] D41508: [OMPT] Build runtime with OMPT support by default
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Dec 23 02:48:37 PST 2017
Hahnfeld added inline comments.
================
Comment at: runtime/cmake/config-ix.cmake:242
+ (LIBOMP_ARCH STREQUAL i386) OR
+ (LIBOMP_ARCH STREQUAL arm) OR
+ (LIBOMP_ARCH STREQUAL aarch64) OR
----------------
I think we haven't adjusted the tests for ARM 32 bit yet? @pawosm01
https://reviews.llvm.org/D41508
More information about the Openmp-commits
mailing list