Don't use the ldrd instruction; that one requires armv5te and
thumb2.
This should fix https://github.com/llvm/llvm-project/issues/60370.
Differential D143683
[openmp] Fix building z_Linux_asm.S for armv5t mstorsjo on Feb 9 2023, 2:43 PM. Authored by
Details Don't use the ldrd instruction; that one requires armv5te and This should fix https://github.com/llvm/llvm-project/issues/60370.
Diff Detail
Event TimelineComment Actions Added an # if OMPT_SUPPORT. (With ldrd previously, there was less use for an ifdef, but with separate instructions, we can leave out the second one.) |