gn build: Fix `lld-link: unknown flag: -fuse-ld=lld` warnings on Windows
authorNico Weber <nicolasweber@gmx.de>
Mon, 28 Jan 2019 19:32:52 +0000 (19:32 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 28 Jan 2019 19:32:52 +0000 (19:32 +0000)
commitb4980cd84f4c80f7c6b505972390c56ea34a0ac8
treed03c72dec66be3057e5503ca22a86e867f1d56d5
parentb5d6292822c87dd66cc7646ddd9db180723a3233
gn build: Fix `lld-link: unknown flag: -fuse-ld=lld` warnings on Windows

Fixes a minor regression from r351248.

While here, also make it possible to opt out of lld by saying
use_lld=false when clang_base_path is set. (use_lld still defaults to
true if clang_base_path is set.)

llvm-svn: 352415
llvm/utils/gn/build/BUILD.gn
llvm/utils/gn/build/toolchain/BUILD.gn