Skip to content

Commit 250cddf

Browse files
authored
Unrolled build for #144703
Rollup merge of #144703 - daltenty:daltenty/extern-weak, r=Noratrieb [test][AIX] ignore extern_weak linkage test The AIX linkage model doesn't support ELF-style extern_weak semantics, so just skip this test, like other platforms that don't have it.
2 parents a65b04d + ee0118f commit 250cddf

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)