Skip to content

Commit c687d78

Browse files
authored
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.
1 parent 40e245a commit c687d78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/test/Driver/linker-wrapper.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
// UNSUPPORTED: system-windows
12
// REQUIRES: x86-registered-target
23
// REQUIRES: nvptx-registered-target
34
// REQUIRES: amdgpu-registered-target
45

5-
// REQUIRES: system-linux
6-
76
// An externally visible variable so static libraries extract.
87
__attribute__((visibility("protected"), used)) int x;
98

0 commit comments

Comments
 (0)