-fno-semantic-interposition was added for GCC in D102453, but MLIR test
on SystemZ failed when GCC version is less than 10.3 because of GCC bug.
This patch disables the option only on SystemZ when using GCC version less than 10.3.
Signed-off-by: Haruki Imai <imaihal@jp.ibm.com>
GCC<11 has bugs on SystemZ, so don't use the option for older GCC.