Skip to content

Commit cd34316

Browse files
kkwliAlexisPerry
authored andcommitted
[flang] Use %flang_fc1 to avoid options being inserted between %flang and -fc1 (NFC) (llvm#96320)
1 parent 9932968 commit cd34316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Preprocessing/directive-contin-with-pp.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! RUN: %flang -fc1 -fdebug-unparse -fopenmp %s 2>&1 | FileCheck %s
1+
! RUN: %flang_fc1 -fdebug-unparse -fopenmp %s 2>&1 | FileCheck %s
22

33
#define DIR_START !dir$
44
#define DIR_CONT !dir$&

0 commit comments

Comments
 (0)