rust/src/test/run-make/crate-name-priority
Alex Crichton 82fb85a152 rustc: Mix extra-filename in temp outputs
When invoking the compiler in parallel, the intermediate output of the object
files and bytecode can stomp over one another if two crates with the same name
are being compiled.

The output file is already being disambiguated with `-C extra-filename`, so this
commit alters the naming of the temporary files to also mix in the extra
filename to ensure that file names don't clash.
2014-07-18 18:09:08 -07:00
..
foo.rs rustc: Fix naming output files with --crate-name 2014-07-08 06:27:37 -07:00
foo1.rs rustc: Fix naming output files with --crate-name 2014-07-08 06:27:37 -07:00
Makefile rustc: Mix extra-filename in temp outputs 2014-07-18 18:09:08 -07:00