rust/src/librustc_trans
Alex Crichton 2d5e5777fd rustc_trans: Abstract linker support behind a trait
This trait will be used to correctly build a command line for link.exe with MSVC
and may perhaps one day be used to generate a command line for `lld`, but this
commit currently just refactors the bindings used to call `ld`.
2015-05-12 14:50:36 -07:00
..
back rustc_trans: Abstract linker support behind a trait 2015-05-12 14:50:36 -07:00
save Update old uses of ~ in comments and debugging statements 2015-05-03 20:16:02 -04:00
trans Scale back changes made 2015-05-12 14:50:36 -07:00
lib.rs rustc_trans: Abstract linker support behind a trait 2015-05-12 14:50:36 -07:00
README.txt

See the README.md in ../librustc.