[all-commits] [llvm/llvm-project] b38e78: [flang][NFC] Add module lowering tests
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Mar 23 09:51:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b38e78cc445c0b6e119e8b3b7e42371caab14a05
https://github.com/llvm/llvm-project/commit/b38e78cc445c0b6e119e8b3b7e42371caab14a05
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-23 (Wed, 23 Mar 2022)
Changed paths:
M flang/test/CMakeLists.txt
A flang/test/Lower/module-and-internal-proc.f90
A flang/test/Lower/module-single-point-of-def.f90
A flang/test/Lower/module_definition.f90
A flang/test/Lower/module_use.f90
A flang/test/Lower/module_use_in_same_file.f90
Log Message:
-----------
[flang][NFC] Add module lowering tests
This patch adds test for the lowering of Fortran modules.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D122317
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
More information about the All-commits
mailing list