Closed
Description
Running ./x.py build -vv
only outputs the rustc
compilation command, which is insufficient.
For example, it should direct rustc to provide more verbose output as well, e.g. the linking steps, and where object files are created from cpp source files, these compilation steps as well.
I've tried various incantations, such as RUSTC_FLAGS="-Z verbose -Z print-link-args --verbose" RUSTC_VERBOSE=10 ./x.py build -vv --stage 0 src/librustc
but I'm not getting any further useful output.