Skip to content

Commit b723bc1

Browse files
committed
Change comment on setting codegen-backend empty
1 parent b95ef95 commit b723bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.toml.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@
330330
# This is an array of the codegen backends that will be compiled for the rustc
331331
# that's being compiled. The default is to only build the LLVM codegen backend,
332332
# but you can also optionally enable the "emscripten" backend for asm.js or
333-
# make this an empty array (that will disable LLVM, but bootstrap will fail at
334-
# the time the final rustc binary is built for stage 1)
333+
# make this an empty array (which will disable LLVM, but that probably won't
334+
# get too far in the bootstrap
335335
#codegen-backends = ["llvm"]
336336

337337
# This is the name of the directory in which codegen backends will get installed

0 commit comments

Comments
 (0)