]> git.lizzy.rs Git - rust.git/commit
rustc: Shorten MSVC metadata section name
authorAlex Crichton <alex@alexcrichton.com>
Mon, 11 May 2015 21:31:06 +0000 (14:31 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 19 May 2015 17:53:06 +0000 (10:53 -0700)
commitf9846e902dae169255c2d2b1766e7b9846488a89
treec0e33530d0d71ce595344abbdfa8ee5a53d4e495
parenta4ef308473f284a93d2d9f32763e09ba7424540b
rustc: Shorten MSVC metadata section name

It looks like section names in objects generated by `link.exe` are limited to at
most 8 characters in length, so shorten `.note.rustc` to just `.rustc`
src/librustc/metadata/loader.rs
src/librustc_driver/lib.rs
src/librustc_trans/trans/base.rs