Skip to content

Commit ee0118f

Browse files
committed
[test][AIX] ignore extern_weak linkage test
The AIX linkage model doesn't support ELF style extern_weak semantic, so just skip this test, like other platforms that don't have it.
1 parent 5d22242 commit ee0118f

File tree

1 file changed

+1
-0
lines changed
  • tests/ui/linkage-attr/propagate-generic-issue-18804

1 file changed

+1
-0
lines changed

tests/ui/linkage-attr/propagate-generic-issue-18804/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
//@ ignore-emscripten no weak symbol support
66
//@ ignore-apple no extern_weak linkage
7+
//@ ignore-aix no extern_weak linkage
78

89
//@ aux-build:lib.rs
910

0 commit comments

Comments
 (0)