[all-commits] [llvm/llvm-project] 8199cd: [flang] Compilation fix.
Michael Kruse via All-commits
all-commits at lists.llvm.org
Thu Aug 13 01:05:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8199cd8a550dab8f9b4035d34b7e576892daab09
https://github.com/llvm/llvm-project/commit/8199cd8a550dab8f9b4035d34b7e576892daab09
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
Log Message:
-----------
[flang] Compilation fix.
unlink() was changed to llvm::sys::fs::remove() in f18.cpp, but the same
change also has to be applied to f18-parse-demo.cpp.
More information about the All-commits
mailing list