mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-07 12:33:14 +00:00
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
This commit is contained in:
commit
6e1cc22761
@ -14,9 +14,14 @@
|
|||||||
|
|
||||||
// ignore-asmjs no weak symbol support
|
// ignore-asmjs no weak symbol support
|
||||||
// ignore-emscripten no weak symbol support
|
// ignore-emscripten no weak symbol support
|
||||||
|
// ignore-windows no extern_weak linkage
|
||||||
|
// ignore-macos no extern_weak linkage
|
||||||
|
|
||||||
// aux-build:lib.rs
|
// aux-build:lib.rs
|
||||||
|
|
||||||
|
// rust-lang/rust#56772: nikic says we need this to be proper test.
|
||||||
|
// compile-flags: -C no-prepopulate-passes -C passes=name-anon-globals
|
||||||
|
|
||||||
extern crate lib;
|
extern crate lib;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user