[flang-commits] [flang] b284ced - [flang] Use %flang_fc1 to avoid options being inserted between %flang and -fc1 (NFC) (#96320)
via flang-commits
flang-commits at lists.llvm.org
Fri Jun 21 12:29:10 PDT 2024
Author: Kelvin Li
Date: 2024-06-21T15:29:06-04:00
New Revision: b284ced06969a540e53bcf4103f22fa9be8f20b9
URL: https://github.com/llvm/llvm-project/commit/b284ced06969a540e53bcf4103f22fa9be8f20b9
DIFF: https://github.com/llvm/llvm-project/commit/b284ced06969a540e53bcf4103f22fa9be8f20b9.diff
LOG: [flang] Use %flang_fc1 to avoid options being inserted between %flang and -fc1 (NFC) (#96320)
Added:
Modified:
flang/test/Preprocessing/directive-contin-with-pp.F90
Removed:
################################################################################
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