Skip to content

[Flang] Fix driver test after #125643 #138959

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2025

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