[all-commits] [llvm/llvm-project] 6d8929: [flang][NFC] Remove out of date IO helper
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Jan 31 07:34:03 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d892987bca1cf8aee134e44b1a45c57fba590ac
https://github.com/llvm/llvm-project/commit/6d892987bca1cf8aee134e44b1a45c57fba590ac
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
R flang/include/flang/Lower/IO.h
M flang/lib/Lower/CMakeLists.txt
R flang/lib/Lower/IO.cpp
Log Message:
-----------
[flang][NFC] Remove out of date IO helper
Functionality in IO.h and IO.cpp have been upstreamed together with the frontend
when flang landed upstream. Those files are out of date compared with fir-dev.
These functionality will be upstreamed again when needed in the lowering process
with an up to date code and a proper review.
These files (and the functions it contains) are not currently used. Hence
removing it is NFC.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D118593
More information about the All-commits
mailing list