-march in clang when set to armv7ve emits ARM_ARCH_7VE internal
define and not ARM_ARCH_7A, hence the condition fails and openmp can
not be compiled, this makes sure that ARM_ARCH_7VE is taken into
consideration as KMP_ARCH_ARMV7 as well
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
I am not an ARM expert, but don't see any problems with checking extra define here.
Comment Actions
@AndreyChurbanov Can you push/commit this patch as well. As I dont have commit privs.