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 2e3d212 commit ab7aaacCopy full SHA for ab7aaac
flang/test/Semantics/modfile75.F90
@@ -1,4 +1,6 @@
1
!RUN: rm -rf %t && mkdir -p %t
2
+! The next line is a temporary clean-up for the buildbots to pass.
3
+!RUN: rm -f modfile75a.mod modfile75b.mod
4
!RUN: %flang -c -fhermetic-module-files -DWHICH=1 -J%t %s && %flang -c -fhermetic-module-files -DWHICH=2 -J%t %s && %flang_fc1 -fdebug-unparse -J%t %s | FileCheck %s
5
6
#if WHICH == 1
0 commit comments