[all-commits] [llvm/llvm-project] d5fa11: [Flang] Fix path strings in CreateFIRLangRef.py

DylanFleming-arm via All-commits all-commits at lists.llvm.org
Wed Jul 13 08:29:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d5fa11c4aa6a0037a2320ab0cf680cdb7d0ef238
      https://github.com/llvm/llvm-project/commit/d5fa11c4aa6a0037a2320ab0cf680cdb7d0ef238
  Author: Dylan Fleming <Dylan.Fleming at arm.com>
  Date:   2022-07-13 (Wed, 13 Jul 2022)

  Changed paths:
    M flang/docs/FIR/CreateFIRLangRef.py

  Log Message:
  -----------
  [Flang] Fix path strings in CreateFIRLangRef.py

In D129186, CreateFIRLangRef.py was created to help fix
formatting problems with FIRLangRef.md.

However, due to an error while rebasing, the last edit was lost,
as such the current path variables are Unix-style.

This patch addresses what was discussed in the previous patch and
now uses os.path.join instead.

Differential Revision: https://reviews.llvm.org/D129644




More information about the All-commits mailing list