From 75a2c68fb66fb9aac2805e298d20578019a0c129 Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Tue, 8 Sep 2020 22:08:25 +0300 Subject: [PATCH] Update comment in config.toml.example --- config.toml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml.example b/config.toml.example index 9abb8add785..d2f94bc9ef3 100644 --- a/config.toml.example +++ b/config.toml.example @@ -429,7 +429,7 @@ # supported platforms. The LLD from the bootstrap distribution will be used # and not the LLD compiled during the bootstrap. # -# LLD will not be used if we're cross linking or running tests. +# LLD will not be used if we're cross linking. # # Explicitly setting the linker for a target will override this option when targeting MSVC. #use-lld = false