about summary refs log tree commit diff
path: root/src/test/debuginfo/enum-thinlto.rs
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-08-17 03:02:59 +0200
committerGitHub <noreply@github.com>2019-08-17 03:02:59 +0200
commit786aaf0f64789921e728b108e4935121aa3d549d (patch)
tree717ffb4fe81c65f2e10bf0a02c5f1053c0ff59c0 /src/test/debuginfo/enum-thinlto.rs
parent13b103139990b4b1a556e4d0a559ce829e641cc6 (diff)
parent9e2d02a1a1c657fece7ed4f5c71fbdf484931ddc (diff)
downloadrust-786aaf0f64789921e728b108e4935121aa3d549d.tar.gz
rust-786aaf0f64789921e728b108e4935121aa3d549d.zip
Rollup merge of #63558 - jgalenson:move-remap, r=alexcrichton
Remap paths for proc-macro crates.

The remap-debuginfo config option remaps paths in most crates, but it does not apply to proc-macros, so they are still non-reproducible.  This patch fixes that.

I'm not completely sure if this is the best way to do this, but to get reproducible builds we need librustc_macros to be built with --remap-path-prefix.  I was previously modifying Cargo to pass that argument to all child crates, so this seems simpler and more correct.

I did not add a test since there do not seem to be any existing tests for RUSTC_DEBUGINFO_MAP.

r? @alexcrichton
Diffstat (limited to 'src/test/debuginfo/enum-thinlto.rs')
0 files changed, 0 insertions, 0 deletions