]> git.lizzy.rs Git - rust.git/commit
Removed unnecessary output of linker options when linker is not installed
authorFelix Schütt <felix.schuett@maps4print.com>
Thu, 28 Dec 2017 19:05:33 +0000 (20:05 +0100)
committerFelix Schütt <felix.schuett@maps4print.com>
Sun, 31 Dec 2017 21:48:33 +0000 (22:48 +0100)
commit3e3536c09cf593dba9c154880eed5995cbe90526
tree1ae2710e6944375b2e3582ae3651284eeaca7cd0
parent8c5941896248802d57e73a1fc9adbca5869f1fa1
Removed unnecessary output of linker options when linker is not installed

It's unnecessary to print the linker options if there is no linker installed.
Currently, for libraries, the output is still printed, see #46998 for
discussion
src/librustc_trans/back/link.rs
src/test/compile-fail/issue-10755.rs