rust/src/librustc_back
Alex Crichton f1ab6648fc rustc_back: Only use archive member filenames
I've been working with some archives generated by MSVC's `lib.exe` tool lately,
and it looks like the embedded name of the members in those archives sometimes
have slahes in the name (e.g. `foo/bar/baz.obj`). Currently the compiler chokes
on these paths as it assumes that each file in the archive is only the filename
(which is what unix does).

This commit interprets the name of each file in all archives as a path and then
only uses the `file_name` portion of the path to extract the file to a separate
location and then reassemble it back into a new archive later. Note that
duplicate filenames are already handled, so this won't introduce any conflicts.
2015-05-12 11:06:11 -07:00
..
target Use PIE on Android 2015-04-29 13:50:26 -07:00
abi.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
archive.rs rustc_back: Only use archive member filenames 2015-05-12 11:06:11 -07:00
arm.rs
lib.rs std: Expand the area of std::fs 2015-04-27 17:16:44 -07:00
mips.rs
mipsel.rs
rpath.rs std: Expand the area of std::fs 2015-04-27 17:16:44 -07:00
sha2.rs std: Bring back f32::from_str_radix as an unstable API 2015-04-21 15:23:54 -07:00
svh.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
target_strs.rs
tempdir.rs Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
x86_64.rs
x86.rs