Closed
Description
This is still in rustc_codegen_llvm
's build script:
But the use site has been moved here:
rust/src/librustc_codegen_ssa/back/link.rs
Line 1427 in 7762131
This means that rustc_codegen_ssa
won't be rebuilt when that env var changes. For the record, I haven't seen a bug from this, was just curious where CFG_PREFIX
may be used and spotted the mismatch.
cc @bjorn3