Files
rust/tests/ui/lto/issue-11154.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
135 B
Rust
Raw Normal View History

//@ build-fail
2014-09-21 00:36:17 -04:00
//@ compile-flags: -C lto -C prefer-dynamic
fn main() {}
//~? ERROR cannot prefer dynamic linking when performing LTO