[flang-commits] [flang] b8461ac - [Flang] Fix driver test after #125643 (#138959)

via flang-commits flang-commits at lists.llvm.org
Wed May 7 14:01:18 PDT 2025


Author: Jan Patrick Lehr
Date: 2025-05-07T23:01:14+02:00
New Revision: b8461acc5eb41ced70cc5c7f5a324cfd8bf76403

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

LOG: [Flang] Fix driver test after #125643 (#138959)

Added: 
    

Modified: 
    flang/test/Driver/mcmodel.f90

Removed: 
    


################################################################################
diff  --git a/flang/test/Driver/mcmodel.f90 b/flang/test/Driver/mcmodel.f90
index 12d90ece2f24f..8a03b17bfbcba 100644
--- a/flang/test/Driver/mcmodel.f90
+++ b/flang/test/Driver/mcmodel.f90
@@ -1,5 +1,4 @@
 ! RUN: not %flang -### -c --target=i686 -mcmodel=medium %s 2>&1 | FileCheck --check-prefix=ERR-MEDIUM %s
-! RUN: %flang --target=x86_64 -### -c -mcmodel=tiny %s 2>&1 | FileCheck --check-prefix=TINY %s
 ! RUN: %flang --target=x86_64 -### -c -mcmodel=small %s 2>&1 | FileCheck --check-prefix=SMALL %s
 ! RUN: %flang --target=x86_64 -### -S -mcmodel=kernel %s 2>&1 | FileCheck --check-prefix=KERNEL %s
 ! RUN: %flang --target=x86_64 -### -c -mcmodel=medium %s 2>&1 | FileCheck --check-prefix=MEDIUM %s
@@ -41,4 +40,3 @@
 
 ! AARCH64-PIC-LARGE: error: invalid argument '-mcmodel=large' only allowed with '-fno-pic'
 ! ERR-AARCH64_32: error: unsupported argument 'small' to option '-mcmodel=' for target 'aarch64_32-unknown-linux'
-


        


More information about the flang-commits mailing list