We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab368c commit 437834eCopy full SHA for 437834e
flang/test/Lower/module_use.f90
@@ -1,5 +1,6 @@
1
-! RUN: bbc -emit-fir %S/module_definition.f90
2
-! RUN: bbc -emit-fir %s -o - | FileCheck %s
+! RUN: rm -fr %t && mkdir -p %t
+! RUN: bbc -emit-fir -module %t %S/module_definition.f90
3
+! RUN: bbc -emit-fir -J %t %s -o - | FileCheck %s
4
5
! Test use of module data not defined in this file.
6
! The modules are defined in module_definition.f90
0 commit comments