Ignore sepcomp-lib-lto on android due to linker weirdness

This commit is contained in:
Aaron Turon 2014-11-08 20:57:15 -08:00
parent 0bea593ea2
commit 5ea09e6a25

View File

@ -11,6 +11,7 @@
// Check that we can use `-C lto` when linking against libraries that were // Check that we can use `-C lto` when linking against libraries that were
// separately compiled. // separately compiled.
// ignore-android linker weridness (see #18800)
// aux-build:sepcomp_lib.rs // aux-build:sepcomp_lib.rs
// compile-flags: -C lto // compile-flags: -C lto
// no-prefer-dynamic // no-prefer-dynamic