[flang-commits] [flang] [flang] Use %flang_fc1 to avoid options being inserted between %flang and -fc1 (NFC) (PR #96320)

Kelvin Li via flang-commits flang-commits at lists.llvm.org
Fri Jun 21 08:25:44 PDT 2024


https://github.com/kkwli created https://github.com/llvm/llvm-project/pull/96320

None

>From c077a660d0ae788e9b9090bbc5b45c78e99307ba Mon Sep 17 00:00:00 2001
From: Kelvin Li <kli at ca.ibm.com>
Date: Fri, 21 Jun 2024 11:20:40 -0400
Subject: [PATCH] [flang] Use %flang_fc1 to avoid options being inserted
 between %flang and -fc1 (NFC)

---
 flang/test/Preprocessing/directive-contin-with-pp.F90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flang/test/Preprocessing/directive-contin-with-pp.F90 b/flang/test/Preprocessing/directive-contin-with-pp.F90
index be8eb4d3c1cee..64f1dc43f72b4 100644
--- a/flang/test/Preprocessing/directive-contin-with-pp.F90
+++ b/flang/test/Preprocessing/directive-contin-with-pp.F90
@@ -1,4 +1,4 @@
-! RUN: %flang -fc1 -fdebug-unparse -fopenmp %s 2>&1 | FileCheck %s
+! RUN: %flang_fc1 -fdebug-unparse -fopenmp %s 2>&1 | FileCheck %s
 
 #define DIR_START !dir$
 #define DIR_CONT !dir$&



More information about the flang-commits mailing list