Skip to content

Fix UNSUPPORTED added to test in #194502. - #194541

Merged
dyung merged 1 commit into
llvm:mainfrom
dyung:dyung/main/fix-194502
Apr 28, 2026
Merged

Fix UNSUPPORTED added to test in #194502.#194541
dyung merged 1 commit into
llvm:mainfrom
dyung:dyung/main/fix-194502

Conversation

@dyung

@dyung dyung commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

The change in #194502 attempted to mark the test as UNSUPPORTED for AArch64, but it didn't work because it wasn't specified correctly. This fixes it.

@dyung
dyung requested a review from naveen-seth April 28, 2026 05:02
@llvmbot llvmbot added clang Clang issues not falling into any other category clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' labels Apr 28, 2026
@dyung
dyung enabled auto-merge (squash) April 28, 2026 05:03
@llvmbot

llvmbot commented Apr 28, 2026

Copy link
Copy Markdown
Member

@llvm/pr-subscribers-clang

Author: dyung

Changes

The change in #194502 attempted to mark the test as UNSUPPORTED for AArch64, but it didn't work because it wasn't specified correctly. This fixes it.


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

1 Files Affected:

  • (modified) clang/test/Driver/modules-driver-import-std.cpp (+1-1)
diff --git a/clang/test/Driver/modules-driver-import-std.cpp b/clang/test/Driver/modules-driver-import-std.cpp
index 0fc49c1658c5d..394b0dc8d95d3 100644
--- a/clang/test/Driver/modules-driver-import-std.cpp
+++ b/clang/test/Driver/modules-driver-import-std.cpp
@@ -2,7 +2,7 @@
 // modules.
 
 // https://github.com/llvm/llvm-project/pull/194475#issuecomment-4331347690
-// UNSUPPORTED: aarch64
+// UNSUPPORTED: target={{.*}}aarch64{{.*}}, {{.*}}arm64{{.*}}
 
 // The standard library modules manifest (libc++.modules.json) is discovered
 // relative to the installed C++ standard library runtime libraries

@llvmbot

llvmbot commented Apr 28, 2026

Copy link
Copy Markdown
Member

@llvm/pr-subscribers-clang-driver

Author: dyung

Changes

The change in #194502 attempted to mark the test as UNSUPPORTED for AArch64, but it didn't work because it wasn't specified correctly. This fixes it.


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

1 Files Affected:

  • (modified) clang/test/Driver/modules-driver-import-std.cpp (+1-1)
diff --git a/clang/test/Driver/modules-driver-import-std.cpp b/clang/test/Driver/modules-driver-import-std.cpp
index 0fc49c1658c5d..394b0dc8d95d3 100644
--- a/clang/test/Driver/modules-driver-import-std.cpp
+++ b/clang/test/Driver/modules-driver-import-std.cpp
@@ -2,7 +2,7 @@
 // modules.
 
 // https://github.com/llvm/llvm-project/pull/194475#issuecomment-4331347690
-// UNSUPPORTED: aarch64
+// UNSUPPORTED: target={{.*}}aarch64{{.*}}, {{.*}}arm64{{.*}}
 
 // The standard library modules manifest (libc++.modules.json) is discovered
 // relative to the installed C++ standard library runtime libraries

@dyung
dyung merged commit 4049935 into llvm:main Apr 28, 2026
12 of 13 checks passed
@dyung
dyung deleted the dyung/main/fix-194502 branch April 28, 2026 08:31
@naveen-seth

naveen-seth commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

Thank you for fixing this and apologies for the breakage!

yingopq pushed a commit to yingopq/llvm-project that referenced this pull request Apr 29, 2026
The change in llvm#194502 attempted to mark the test as UNSUPPORTED for
AArch64, but it didn't work because it wasn't specified correctly. This
fixes it.
KHicketts pushed a commit to KHicketts/llvm-project that referenced this pull request Apr 30, 2026
The change in llvm#194502 attempted to mark the test as UNSUPPORTED for
AArch64, but it didn't work because it wasn't specified correctly. This
fixes it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' clang Clang issues not falling into any other category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants