[flang-commits] [flang] 55221f7 - [Flang/CI] Hotfix of flang/test/Driver/flang-f-opts.f90. (#223076)

via flang-commits flang-commits at lists.llvm.org
Fri Sep 11 14:56:12 PDT 2026


Author: Slava Zakharin
Date: 2026-09-11T14:56:08-07:00
New Revision: 55221f7a2baca65325ad073eabdaf8cc18472e12

URL: https://github.com/llvm/llvm-project/commit/55221f7a2baca65325ad073eabdaf8cc18472e12
DIFF: https://github.com/llvm/llvm-project/commit/55221f7a2baca65325ad073eabdaf8cc18472e12.diff

LOG: [Flang/CI] Hotfix of flang/test/Driver/flang-f-opts.f90. (#223076)

The test started failing in Flang CI after #218533. This is just a
hotfix.

Added: 
    

Modified: 
    flang/test/Driver/flang-f-opts.f90

Removed: 
    


################################################################################
diff  --git a/flang/test/Driver/flang-f-opts.f90 b/flang/test/Driver/flang-f-opts.f90
index a082545206ea3..67fe8b7fab814 100644
--- a/flang/test/Driver/flang-f-opts.f90
+++ b/flang/test/Driver/flang-f-opts.f90
@@ -68,8 +68,6 @@
 ! RUN:     -fexpensive-optimizations                                        \
 ! RUN:     -fno-expensive-optimizations                                     \
 ! RUN:     -fno-defer-pop                                                   \
-! RUN:     -fkeep-inline-functions                                          \
-! RUN:     -fno-keep-inline-functions                                       \
 ! RUN:     -freorder-blocks                                                 \
 ! RUN:     -ffloat-store                                                    \
 ! RUN:     -fgcse                                                           \
@@ -122,8 +120,6 @@
 ! CHECK-WARNING-DAG: optimization flag '-fexpensive-optimizations' is not supported
 ! CHECK-WARNING-DAG: optimization flag '-fno-expensive-optimizations' is not supported
 ! CHECK-WARNING-DAG: optimization flag '-fno-defer-pop' is not supported
-! CHECK-WARNING-DAG: optimization flag '-fkeep-inline-functions' is not supported
-! CHECK-WARNING-DAG: optimization flag '-fno-keep-inline-functions' is not supported
 ! CHECK-WARNING-DAG: optimization flag '-freorder-blocks' is not supported
 ! CHECK-WARNING-DAG: optimization flag '-ffloat-store' is not supported
 ! CHECK-WARNING-DAG: optimization flag '-fgcse' is not supported


        


More information about the flang-commits mailing list