about summary refs log tree commit diff
path: root/src/libsyntax/parse
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2018-07-13 18:45:13 -0600
committerMark Rousskov <mark.simulacrum@gmail.com>2018-07-13 20:15:11 -0600
commita569c249c297a7c3e36ff80aeddf6f42aca5abe6 (patch)
tree23da83609f6492e87e6239952bf10fa6a3580dd1 /src/libsyntax/parse
parenta14a361c2c80fdcd0270766e0bd57104e608988e (diff)
downloadrust-a569c249c297a7c3e36ff80aeddf6f42aca5abe6.tar.gz
rust-a569c249c297a7c3e36ff80aeddf6f42aca5abe6.zip
Do not attempt to recompile codegen backend(s) with --keep-stage
Previously we'd attempt to recompile them and that would fail since
we've essentially not built the entire compiler yet, or we're faking
that fact. This commit should make us ignore the codegen backend build
as well.

Unlike the other compile steps, there is no CodegenBackendLink step that
we run here, because that is done later as a part of assembling the
final compiler and as an explicit function call.
Diffstat (limited to 'src/libsyntax/parse')
0 files changed, 0 insertions, 0 deletions