Skip to content

Commit 3ef52eb

Browse files
authoredDec 14, 2018
Rollup merge of #56772 - pnkfelix:issue-54153-linkage-sometimes-requires-optimizations, r=nikic
fix issue 54153 by not testing issue-18804 on Windows nor OS X. Fix #54153
2 parents 0362ccd + 42167b9 commit 3ef52eb

File tree

1 file changed

+5
-0
lines changed
  • src/test/run-pass/issues/issue-18804

1 file changed

+5
-0
lines changed
 

‎src/test/run-pass/issues/issue-18804/main.rs

+5
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@
1414

1515
// ignore-asmjs no weak symbol support
1616
// ignore-emscripten no weak symbol support
17+
// ignore-windows no extern_weak linkage
18+
// ignore-macos no extern_weak linkage
1719

1820
// aux-build:lib.rs
1921

22+
// rust-lang/rust#56772: nikic says we need this to be proper test.
23+
// compile-flags: -C no-prepopulate-passes
24+
2025
extern crate lib;
2126

2227
fn main() {

0 commit comments

Comments
 (0)