[all-commits] [llvm/llvm-project] b57937: [flang][windows] Support platform-specific path se...

Michael Kruse via All-commits all-commits at lists.llvm.org
Fri Oct 23 20:22:53 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b57937861f68305068d8a35154811b4303ce52e5
      https://github.com/llvm/llvm-project/commit/b57937861f68305068d8a35154811b4303ce52e5
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2020-10-23 (Fri, 23 Oct 2020)

  Changed paths:
    M flang/lib/Parser/source.cpp
    M flang/test/Semantics/getsymbols02.f90

  Log Message:
  -----------
  [flang][windows] Support platform-specific path separator.

Remove the assumption that the path separator is `/`. Use functions from `llvm::sys::path` instead.

Reviewed By: isuruf, klausler

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




More information about the All-commits mailing list