]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #6105 : Aatch/rust/linker-improv, r=pcwalton
authorbors <bors@rust-lang.org>
Wed, 1 May 2013 01:36:45 +0000 (18:36 -0700)
committerbors <bors@rust-lang.org>
Wed, 1 May 2013 01:36:45 +0000 (18:36 -0700)
Adds two extra flags: `--linker` which takes extra flags to pass to the linker, can be used multiple times and `--print-link-args` which prints out linker arguments. Currently `--print-link-args` needs execution to get past translation to get the `LinkMeta` data.

I haven't done tests or updated any extra documentation yet, so this pull request is currently here for review.

1  2 
src/librustc/driver/driver.rs

Simple merge