To accomplish this, this patch creates an optional list of environment
variable default values to be set by the runtime to allow directly using
the existing runtime implementation of FORT_CONVERT for I/O conversions.
Resolves issue: https://github.com/llvm/llvm-project/issues/55961
Why do you move it here? Maybe it is not implemented now, clang may need this option eventually. @MaskRay