================ ---------------- azhan92 wrote:
Produce a function called getEncodingNameFromFileTag that uses getzOSFileTag on MVS and returns wrapped std::nullopt for non-MVS. If getzOSFileTag returns 0, also return wrapped std::nullopt. When getzOSFileTag returns non-zero, return a string that matches the printf format "%03d". https://github.com/llvm/llvm-project/pull/204233 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
