So that if -fno-new-pass-manager is requested for an
-DENABLE_EXPERIMENTAL_NEW_PASS_MANAGER=on build, ld.bfd/gold/ld.lld can know to
use the legacy PM.
Actually we only need to pass an option when the specified option is different
from the configured default, but that is difficult to test. So we unconditionally
pass a linker option when -f[no-]new-pass-manager is specified
Depends on D92916