Use functions for process launching, temporary file creation and file deletion from LLVM support library instead of POSIX-specific ones.
This patch is part of the series to make flang compilable with MS Visual Studio.
Paths
| Differential D85660
[flang][msvc] Use platform-independent primitives in temporary f18 driver. ClosedPublic Authored by Meinersbur on Aug 10 2020, 9:34 AM.
Details Summary Use functions for process launching, temporary file creation and file deletion from LLVM support library instead of POSIX-specific ones. This patch is part of the series to make flang compilable with MS Visual Studio.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 11 2020, 5:15 AM This revision was landed with ongoing or failed builds.Aug 13 2020, 12:17 AM Closed by commit rG18e9482e44ed: [flang][msvc] Use platform-independent primitives in temporary f18 driver. (authored by Meinersbur). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 285270 flang/tools/f18-parse-demo/f18-parse-demo.cpp
flang/tools/f18/f18.cpp
|