Tracking Issue for -Z remap-cwd-prefix
#89434
Labels
A-CLI
Area: Command-line interface (CLI) to the compiler
A-reproducibility
Area: Reproducible / deterministic builds
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This is a tracking issue for
-Z remap-cwd-prefix
which rewrites absolute paths in the current directory to the given value.About tracking issues
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Unresolved Questions
--remap-path-prefix=$(pwd)=VALUE
? That is, what gets remapped? Debug info, backtraces, compiler macros, coverage data, etc? What will happen if RFC 3127 results in separate mapping flags?Implementation history
The text was updated successfully, but these errors were encountered: