Fixes a minor regression from r351248.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
(Hmm, where's lld-link coming from? Ah, http://llvm-cs.pcc.me.uk/utils/gn/build/toolchain/BUILD.gn#200 . Maybe that should be using use_lld?)
Comment Actions
You mean like
if (clang_base_path != "") { cl = "$clang_base_path/bin/clang-cl" if (use_lld) { link = "$clang_base_path/bin/lld-link" } }
?