We are porting our clang-only based build system to support flang-new.
I have run into an issue with -mmacos-version-min
option which is not supported by flang-new.
As this option looks like a mandatory part of a target triplet, we set both up together and splitting them looks nasty.
While flang itself does not support dynamic / static macOS version check, maybe we can simply ignore this option for now?