Skip to content

Conversation

pogo59
Copy link
Collaborator

@pogo59 pogo59 commented Jun 3, 2024

After #94055 this test failed on ARM/AArch64-hosted Windows, but it's not clear why.

After llvm#94055 this test failed on ARM/AArch64-hosted Windows,
but it's not clear why.
@llvmbot llvmbot added clang Clang issues not falling into any other category clang:driver 'clang' and 'clang++' user-facing binaries. Not 'clang-cl' labels Jun 3, 2024
@pogo59 pogo59 merged commit af9a247 into llvm:main Jun 3, 2024
@llvmbot
Copy link
Member

llvmbot commented Jun 3, 2024

@llvm/pr-subscribers-clang

@llvm/pr-subscribers-clang-driver

Author: Paul T Robinson (pogo59)

Changes

After #94055 this test failed on ARM/AArch64-hosted Windows, but it's not clear why.


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

1 Files Affected:

  • (modified) clang/test/Driver/sysroot.c (+3)
diff --git a/clang/test/Driver/sysroot.c b/clang/test/Driver/sysroot.c
index 3080f76e03168..2215d6fa8fe73 100644
--- a/clang/test/Driver/sysroot.c
+++ b/clang/test/Driver/sysroot.c
@@ -1,3 +1,6 @@
+// Fails on ARM/AArch64-hosted Windows, can't tell why.
+// UNSUPPORTED: system-windows
+
 // Check that --sysroot= also applies to header search paths.
 // RUN: %clang -target i386-unk-unk --sysroot=/FOO -### -E %s 2> %t1
 // RUN: FileCheck --check-prefix=CHECK-SYSROOTEQ < %t1 %s

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.

2 participants