[all-commits] [llvm/llvm-project] 18e948: [flang][msvc] Use platform-independent primitives ...
Michael Kruse via All-commits
all-commits at lists.llvm.org
Thu Aug 13 00:17:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 18e9482e44ed2b59008a8a3b05c6c49ef0243b6d
https://github.com/llvm/llvm-project/commit/18e9482e44ed2b59008a8a3b05c6c49ef0243b6d
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2020-08-13 (Thu, 13 Aug 2020)
Changed paths:
M flang/tools/f18-parse-demo/f18-parse-demo.cpp
M flang/tools/f18/f18.cpp
Log Message:
-----------
[flang][msvc] Use platform-independent primitives in temporary f18 driver.
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 [[ http://lists.llvm.org/pipermail/flang-dev/2020-July/000448.html | make flang compilable with MS Visual Studio ]].
Reviewed By: DavidTruby
Differential Revision: https://reviews.llvm.org/D85660
More information about the All-commits
mailing list