rust/src/test/run-make/no-duplicate-libs
Alex Crichton 4cdc6ce337 rustc: Don't deduplicate libraries linked to
Linker argument order with respect to libraries is important enough that we
shouldn't be attempting to filter out libraries getting passed through to the
linker. When linking with a native library that has multiple dependant native
libraries, it's useful to have control over the link argument order.
2014-02-26 16:58:37 -08:00
..
bar.c rustc: Don't deduplicate libraries linked to 2014-02-26 16:58:37 -08:00
foo.c rustc: Don't deduplicate libraries linked to 2014-02-26 16:58:37 -08:00
main.rs rustc: Don't deduplicate libraries linked to 2014-02-26 16:58:37 -08:00
Makefile rustc: Don't deduplicate libraries linked to 2014-02-26 16:58:37 -08:00