Index: llvm/utils/gn/build/toolchain/compiler.gni =================================================================== --- llvm/utils/gn/build/toolchain/compiler.gni +++ llvm/utils/gn/build/toolchain/compiler.gni @@ -21,5 +21,5 @@ is_clang = host_os == "mac" || clang_base_path != "" # Set this to true to link with LLD instead of the default linker. - use_lld = clang_base_path != "" && host_os != "mac" + use_lld = clang_base_path != "" }