[clang] c687d78 - clang: Switch linker-wrapper test to unsupported windows (#130247)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 7 01:32:01 PST 2025
Author: Matt Arsenault
Date: 2025-03-07T16:31:58+07:00
New Revision: c687d78b3a7121e4c4ec6ee4992f2d72e3ce9279
URL: https://github.com/llvm/llvm-project/commit/c687d78b3a7121e4c4ec6ee4992f2d72e3ce9279
DIFF: https://github.com/llvm/llvm-project/commit/c687d78b3a7121e4c4ec6ee4992f2d72e3ce9279.diff
LOG: clang: Switch linker-wrapper test to unsupported windows (#130247)
Works fine on macos, so expand the tested hosts. This should work
on windows too, but it's been a pain debugging the error on the bot.
Added:
Modified:
clang/test/Driver/linker-wrapper.c
Removed:
################################################################################
diff --git a/clang/test/Driver/linker-wrapper.c b/clang/test/Driver/linker-wrapper.c
index 7586b87743bf5..0aa8f7d72432a 100644
--- a/clang/test/Driver/linker-wrapper.c
+++ b/clang/test/Driver/linker-wrapper.c
@@ -1,9 +1,8 @@
+// UNSUPPORTED: system-windows
// REQUIRES: x86-registered-target
// REQUIRES: nvptx-registered-target
// REQUIRES: amdgpu-registered-target
-// REQUIRES: system-linux
-
// An externally visible variable so static libraries extract.
__attribute__((visibility("protected"), used)) int x;
More information about the cfe-commits
mailing list