This matches https://gcc.gnu.org/onlinedocs/gcc/AArch64-Options.html
-momit-leaf-frame-pointer
-mno-omit-leaf-frame-pointerOmit or keep the frame pointer in leaf functions. The former behavior is the default.
-mno-omit-leaf-frame-pointer is currently a no-op because
TargetOptions::DisableFramePointerElim is only considered for non-leaf
functions.