aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Semantics/mod-file.cpp
AgeCommit message (Collapse)AuthorFilesLines
2020-02-25[flang] Replace module writer posix file handling with llvm file handling. ↵David Truby1-67/+58
(flang-compiler/f18#993) NOTE: This commit introduces a dependency on LLVM HEAD Original-commit: flang-compiler/f18@97efc0194d411a17ec47edf5e27157d1a1afa3bc Reviewed-on: https://github.com/flang-compiler/f18/pull/993
2020-02-25[flang] [LLVMify F18] Compiler module folders should have capitalised names ↵CarolineConcatto1-0/+957
(flang-compiler/f18#980) This patch renames the modules in f18 to use a capital letter in the module name Signed-off-by: Caroline Concatto <caroline.concatto@arm.com> Original-commit: flang-compiler/f18@d2eb7a1c443d1539ef12b6f027074a0eb15b1ea0 Reviewed-on: https://github.com/flang-compiler/f18/pull/980