Skip to content

Conversation

jplehr
Copy link
Contributor

@jplehr jplehr commented May 7, 2025

No description provided.

@jplehr jplehr requested review from MaskRay and hstk30-hw May 7, 2025 20:48
@llvmbot llvmbot added flang:driver flang Flang issues not falling into any other category labels May 7, 2025
@llvmbot
Copy link
Member

llvmbot commented May 7, 2025

@llvm/pr-subscribers-flang-driver

Author: Jan Patrick Lehr (jplehr)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/138959.diff

1 Files Affected:

  • (modified) flang/test/Driver/mcmodel.f90 (-2)
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'
-

@jplehr
Copy link
Contributor Author

jplehr commented May 7, 2025

I'm gonna push the patch to get the failing bots back to green.

@jplehr jplehr merged commit b8461ac into llvm:main May 7, 2025
9 of 12 checks passed
@jplehr jplehr deleted the fix/flang-test-after-125643 branch May 7, 2025 21:01
petrhosek pushed a commit to petrhosek/llvm-project that referenced this pull request May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flang:driver flang Flang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants