[flang-commits] [PATCH] D89369: [flang][windows] Support platform-specific path separator.

Michael Kruse via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Oct 22 11:50:57 PDT 2020


Meinersbur added a comment.

In D89369#2345031 <https://reviews.llvm.org/D89369#2345031>, @klausler wrote:

> There may be path separators with UNIX assumptions in the runtime I/O support library, too.

The runtime, such already has Windows-specific code mostly added by @isuruf.

In D89369#2345042 <https://reviews.llvm.org/D89369#2345042>, @isuruf wrote:

> Is 128 for the path size enough?

This is a `SmallString`, the equivalent of `SmallVector<char,128>` which will grow when more characters are needed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89369/new/

https://reviews.llvm.org/D89369



More information about the flang-commits mailing list